mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[Bugfix] x86, irq: Fix bug in setting IOAPIC pin attributes
 2014-08-27  5:53 UTC  (2+ messages)

[PATCH v6 0/6] arm64: add seccomp support
 2014-08-27  5:32 UTC  (6+ messages)
` [PATCH v6 1/6] arm64: ptrace: add PTRACE_SET_SYSCALL

[kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer
 2014-08-27  5:13 UTC  (5+ messages)

[PATCH] ARM: probes: return directly when emulate not set
 2014-08-27  5:08 UTC 

[PATCH v5 0/4] zram memory control enhance
 2014-08-27  5:04 UTC  (8+ messages)
` [PATCH v5 3/4] zram: zram memory size limitation

[PATCH v7 0/8] Per-user clock constraints
 2014-08-27  5:04 UTC  (9+ messages)
` [PATCH v7 3/8] cpufreq: kirkwood: Remove use of the clk provider API

[PATCH] acpi: fan.c: printk replacement
 2014-08-27  4:57 UTC  (5+ messages)

[PATCH 1/1] add selftest for virtio-net
 2014-08-27  4:57 UTC  (2+ messages)

[PATCH RFC v7 net-next 00/28] BPF syscall
 2014-08-27  4:57 UTC  (33+ messages)
` [PATCH RFC v7 net-next 01/28] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH RFC v7 net-next 02/28] net: filter: split filter.h and expose eBPF to user space
` [PATCH RFC v7 net-next 03/28] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH RFC v7 net-next 04/28] bpf: enable bpf syscall on x64 and i386
` [PATCH RFC v7 net-next 05/28] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH RFC v7 net-next 06/28] bpf: add hashtable type of "
` [PATCH RFC v7 net-next 07/28] bpf: expand BPF syscall with program load/unload
` [PATCH RFC v7 net-next 08/28] bpf: handle pseudo BPF_CALL insn
` [PATCH RFC v7 net-next 09/28] bpf: verifier (add docs)
` [PATCH RFC v7 net-next 10/28] bpf: verifier (add ability to receive verification log)
` [PATCH RFC v7 net-next 11/28] bpf: handle pseudo BPF_LD_IMM64 insn
` [PATCH RFC v7 net-next 12/28] bpf: verifier (add branch/goto checks)
` [PATCH RFC v7 net-next 13/28] bpf: verifier (add verifier core)
` [PATCH RFC v7 net-next 14/28] bpf: verifier (add state prunning optimization)
` [PATCH RFC v7 net-next 15/28] bpf: allow eBPF programs to use maps
` [PATCH RFC v7 net-next 16/28] bpf: split eBPF out of NET
` [PATCH RFC v7 net-next 17/28] tracing: allow eBPF programs to be attached to events
` [PATCH RFC v7 net-next 18/28] tracing: allow eBPF programs call printk()
` [PATCH RFC v7 net-next 19/28] tracing: allow eBPF programs to be attached to kprobe/kretprobe
` [PATCH RFC v7 net-next 20/28] tracing: allow eBPF programs to call ktime_get_ns() and get_current()
` [PATCH RFC v7 net-next 21/28] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH RFC v7 net-next 22/28] samples: bpf: example of tracing filters with eBPF
` [PATCH RFC v7 net-next 23/28] bpf: verifier test
` [PATCH RFC v7 net-next 24/28] bpf: llvm backend
` [PATCH RFC v7 net-next 25/28] samples: bpf: elf file loader
` [PATCH RFC v7 net-next 26/28] samples: bpf: eBPF example in C
` [PATCH RFC v7 net-next 27/28] samples: bpf: counting "
` [PATCH RFC v7 net-next 28/28] samples: bpf: IO latency analysis (iosnoop/heatmap)

[PATCH tip/core/rcu 1/2] rcu: Parallelize and economize NOCB kthread wakeups
 2014-08-27  4:43 UTC  (2+ messages)

[PATCH] tpm_tis: Verify ACPI-specified interrupt
 2014-08-27  4:31 UTC  (7+ messages)
          ` [RFC PATCH v2] tpm_tis: verify interrupt during init

[PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM
 2014-08-27  4:29 UTC  (12+ messages)
      ` [PATCH V2 0/6] "
        ` [PATCH V2 1/6] arm64: LLVMLinux: Add current_stack_pointer() for arm64
        ` [PATCH V2 2/6] arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk
        ` [PATCH V2 3/6] arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer
        ` [PATCH V2 4/6] arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c
        ` [PATCH V2 5/6] arm64: LLVMLinux: Use global stack register variable for aarch64
        ` [PATCH V2 6/6] arm64: LLVMLinux: Use global stack pointer in return_address()

linux-next: build failure after merge of the percpu tree
 2014-08-27  4:22 UTC 

[PATCH 1/1] ice1712: Replacing hex with #defines
 2014-08-27  4:21 UTC 

[PATCHv2 00/14] arm64: eBPF JIT compiler
 2014-08-27  4:15 UTC  (15+ messages)
` [PATCHv2 01/14] arm64: introduce aarch64_insn_gen_comp_branch_imm()
` [PATCHv2 02/14] arm64: introduce aarch64_insn_gen_branch_reg()
` [PATCHv2 03/14] arm64: introduce aarch64_insn_gen_cond_branch_imm()
` [PATCHv2 04/14] arm64: introduce aarch64_insn_gen_load_store_reg()
` [PATCHv2 05/14] arm64: introduce aarch64_insn_gen_load_store_pair()
` [PATCHv2 06/14] arm64: introduce aarch64_insn_gen_add_sub_imm()
` [PATCHv2 07/14] arm64: introduce aarch64_insn_gen_bitfield()
` [PATCHv2 08/14] arm64: introduce aarch64_insn_gen_movewide()
` [PATCHv2 09/14] arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()
` [PATCHv2 10/14] arm64: introduce aarch64_insn_gen_data1()
` [PATCHv2 11/14] arm64: introduce aarch64_insn_gen_data2()
` [PATCHv2 12/14] arm64: introduce aarch64_insn_gen_data3()
` [PATCHv2 13/14] arm64: introduce aarch64_insn_gen_logical_shifted_reg()
` [PATCHv2 14/14] arm64: eBPF JIT compiler

[PATCH] mmc: dw_mmc: Pass back errors from mmc_of_parse()
 2014-08-27  4:13 UTC  (2+ messages)

[PATCH 0/3] x86: Full support of PAT
 2014-08-27  4:07 UTC  (4+ messages)
` [PATCH 1/3] x86: Make page cache mode a real type
    ` [Xen-devel] "

[PATCH 1/3] Adding Skyworks SKY81452 MFD driver
 2014-08-27  4:06 UTC  (5+ messages)

[PATCH v10 00/21] Support ext4 on NV-DIMMs
 2014-08-27  3:45 UTC  (22+ messages)
` [PATCH v10 01/21] axonram: Fix bug in direct_access
` [PATCH v10 02/21] Change direct_access calling convention
` [PATCH v10 03/21] Fix XIP fault vs truncate race
` [PATCH v10 04/21] Allow page fault handlers to perform the COW
` [PATCH v10 05/21] Introduce IS_DAX(inode)
` [PATCH v10 06/21] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v10 07/21] Replace XIP read and write with DAX I/O
` [PATCH v10 08/21] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v10 09/21] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v10 10/21] Replace xip_truncate_page with dax_truncate_page
` [PATCH v10 11/21] Replace XIP documentation with DAX documentation
` [PATCH v10 12/21] Remove get_xip_mem
` [PATCH v10 13/21] ext2: Remove ext2_xip_verify_sb()
` [PATCH v10 14/21] ext2: Remove ext2_use_xip
` [PATCH v10 15/21] ext2: Remove xip.c and xip.h
` [PATCH v10 16/21] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v10 17/21] ext2: Remove ext2_aops_xip
` [PATCH v10 18/21] Get rid of most mentions of XIP in ext2
` [PATCH v10 19/21] xip: Add xip_zero_page_range
` [PATCH v10 20/21] ext4: Add DAX functionality
` [PATCH v10 21/21] brd: Rename XIP to DAX

[PATCH net v3 1/4] tg3: Limit minimum tx queue wakeup threshold
 2014-08-27  3:40 UTC  (3+ messages)
` [PATCH net v3 4/4] tg3: Fix tx_pending checks for tg3_tso_bug

kernel: signal: NULL ptr deref when killing process
 2014-08-27  3:38 UTC  (6+ messages)

[PATCH] memory-hotplug: fix not enough check of valid_zones
 2014-08-27  3:22 UTC  (4+ messages)

[PATCH] random: add and use memzero_explicit() for clearing data
 2014-08-27  3:21 UTC  (3+ messages)

[PATCH 00/16] rcu: Some minor fixes and cleanups
 2014-08-27  3:20 UTC  (4+ messages)

mm: BUG in unmap_page_range
 2014-08-27  3:16 UTC  (7+ messages)

[PATCH v4] zram: add num_{discard_req, discarded} for discard stat
 2014-08-27  3:02 UTC 

[PATCH v3 0/4] expose lm90 to thermal fw
 2014-08-27  2:54 UTC  (15+ messages)
` [PATCH v3 1/4] hwmon: (lm90) split set&show temp as common codes
` [PATCH v3 3/4] thermal: add more description for thermal-zones

[PATCH V2] regulator: DA9211 : support device tree
 2014-08-27  2:47 UTC 

[PATCH v1 0/1] gpio-restart restart handler
 2014-08-27  2:40 UTC  (5+ messages)
` [PATCH v1 1/1] power: Add simple gpio-restart driver

[PATCH] net: stmmac: add dcrs parameter
 2014-08-27  2:36 UTC  (9+ messages)

[PATCH V2 1/3] Revert "perf tools: Default to cpu// for events v5"
 2014-08-27  2:33 UTC  (3+ messages)
` [PATCH V2 2/3] perf tools: parse the pmu event prefix and surfix
` [PATCH V2 3/3] perf tools: Add support to new style format of kernel PMU event

[acpi/osl] inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-R} usage
 2014-08-27  2:27 UTC 

[RESEND] clk: ppc-corenet: Add Freescale ARM-based platforms CLK_OF_DECLARE support
 2014-08-27  2:19 UTC  (3+ messages)

[PATCH] ASoC: fsl-sai: using 'lsb-first' property instead of 'big-endian-data'
 2014-08-27  2:12 UTC  (3+ messages)

[PATCH 00/14] arm64: eBPF JIT compiler
 2014-08-27  2:02 UTC  (7+ messages)

[PATCH 0/2] mmc: rtsx: fix incorrect last byte in R2 response
 2014-08-27  2:00 UTC  (2+ messages)

[PATCH v5 0/4] Fine tune USB 3.0 PHY on exynos5420
 2014-08-27  1:58 UTC  (3+ messages)
` [PATCH v5 4/4] phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800

[ANNOUNCE] 3.12.26-rt40
 2014-08-27  1:54 UTC 

[PATCH] ARM: dts: make arch-timer always on in rk3288 soc
 2014-08-27  1:47 UTC 

Post-merge-window ping (Re: [PATCH v4 0/5] x86: two-phase syscall tracing and seccomp fastpath)
 2014-08-27  1:45 UTC  (2+ messages)

[PATCH] gpio: bt8xx: fix release of managed resources
 2014-08-27  1:39 UTC 

3.17 regression: building with cwd outside of source root fails
 2014-08-27  1:35 UTC 

[PATCH 2/5] softlockup: make detector be aware of task switch of processes hogging cpu
 2014-08-27  1:33 UTC  (6+ messages)
` [PATCH] "

[PATCH (net-next) v2] net: stmmac: fix warning from Sparse for socfpga
 2014-08-27  1:24 UTC  (3+ messages)

[PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors
 2014-08-27  1:22 UTC 

[PATCH V2 00/18] backlight: fix checkpatch warnings
 2014-08-27  1:15 UTC  (19+ messages)
` [PATCH V2 01/18] backlight: adp5520: add blank line after declarations
` [PATCH V2 02/18] backlight: adp8860: "
` [PATCH V2 03/18] backlight: adp8870: "
` [PATCH V2 04/18] backlight: ams369fg06: remove 'else' after a return
` [PATCH V2 05/18] backlight: corgi_lcd: add blank line after declarations
` [PATCH V2 06/18] backlight: cr_bllcd: "
` [PATCH V2 07/18] backlight: ili922x: remove 'else' after a return
` [PATCH V2 08/18] backlight: ld9040: "
` [PATCH V2 09/18] backlight: lm3639: remove unnecessary return statements
` [PATCH V2 10/18] backlight: lms501kf03: remove 'else' after a return
` [PATCH V2 11/18] backlight: lp855x: add blank line after declarations
` [PATCH V2 12/18] backlight: pcf50633: "
` [PATCH V2 13/18] backlight: s6e63m0: remove 'else' after a return
` [PATCH V2 14/18] backlight: tdo24m: add blank line after declarations
` [PATCH V2 15/18] backlight: wm831x_bl: "
` [PATCH V2 16/18] backlight: jornada720: remove 'else' after a return
` [PATCH V2 17/18] "
` [PATCH V2 18/18] backlight: omap1: add blank line after declarations

[PATCH v4 0/2] mm/highmem: make kmap cache coloring aware
 2014-08-27  1:04 UTC  (7+ messages)

linux-next: build failure after merge of the usb.current tree
 2014-08-27  1:03 UTC 

[PATCH 0/5] kexec: minor fixups and enhancements
 2014-08-27  0:42 UTC  (4+ messages)

[PATCH 00/18] backlight: fix checkpatch warnings
 2014-08-27  0:37 UTC  (4+ messages)
` [PATCH 17/18] backlight: jornada720: remove 'else' after a return

[PATCH] PM / sleep: Fix racing timers
 2014-08-27  0:35 UTC  (3+ messages)

[PATCH v4] not adding modules range to kcore if it's equal to vmcore range
 2014-08-27  0:33 UTC 

percpu: Define this_cpu_cpumask_var_t_ptr
 2014-08-27  0:12 UTC  (11+ messages)

[PATCH v2 0/2] Rockchip soc theamal driver
 2014-08-27  0:11 UTC  (4+ messages)
` [PATCH v2 1/2] thermal: rockchip: add driver for thermal
` [PATCH v2 2/2] dt-bindings: document Rockchip thermal

[PATCH] intel_idle: add idle values for Cherrytrail/Braswell
 2014-08-27  0:03 UTC  (7+ messages)
` [PATCH v2] "

GET_RNG_SEED hypercall ABI? (Re: [PATCH v5 0/5] random,x86,kvm: Rework arch RNG seeds and get some from kvm)
 2014-08-26 23:58 UTC 

[PATCH v2] genirq: bug on inconstent flags and flow handler
 2014-08-26 23:54 UTC  (4+ messages)

[PATCH 0/6 v2] irq / PM: Shared IRQs vs IRQF_NO_SUSPEND and suspend-to-idle wakeup interrupts
 2014-08-26 23:52 UTC  (7+ messages)
` [PATCH 0/5 v3] irq / PM: Suspend-to-idle "
  ` [PATCH 1/5 v3] PM / sleep: Mechanism for aborting system suspends unconditionally
  ` [PATCH 2/5 v3] irq / PM: Make wakeup interrupts work with suspend-to-idle
  ` [PATCH 3/5 v3] x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objects
  ` [PATCH 4/5 v3] PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idle
  ` [PATCH 5/5 v3] irq / PM: Document rules related to system suspend and interrupts

[PATCH] acct: eliminate compile warning
 2014-08-26 23:25 UTC  (2+ messages)

[PATCH v2] sched: Reduce contention in update_cfs_rq_blocked_load
 2014-08-26 23:24 UTC  (2+ messages)

[PATCH] x86: only load initrd above 4g on second try
 2014-08-26 22:58 UTC  (5+ messages)

Documentation for init
 2014-08-26 22:56 UTC  (4+ messages)

[PATCH 0/2] Drivers: scsi: storvsc: Fix issues with hot-add/remove of LUNs
 2014-08-26 22:54 UTC  (5+ messages)
` [PATCH 1/2] Drivers: scsi: storvsc: In responce to a scan event, scan the host
  ` [PATCH 2/2] Drivers: scsi: storvsc: Force discovery of LUNs that may have been removed

[PATCH v2 0/3] Add Atmel maXTouch support for Peach Pit
 2014-08-26 22:53 UTC  (3+ messages)
` [PATCH v2 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad

About the reboot hang issue with EHCI driver on the Baytrail platform
 2014-08-26 22:47 UTC  (3+ messages)

[PATCH] input: misc: drv260x: add check for ERM mode and LRA Libraries
 2014-08-26 22:46 UTC  (2+ messages)

[PATCH] input: misc: drv260x remove defines not used
 2014-08-26 22:46 UTC  (2+ messages)

[PATCH v2] doc: dt/bindings: input: Fix drv260x binding document
 2014-08-26 22:45 UTC  (3+ messages)

[PATCH] iio: adc: rockchip_saradc: remove unused variable in probe
 2014-08-26 22:40 UTC 

[PATCH v1 00/12] dmaengine: dw: remove slave_id, add PCI support
 2014-08-26 22:39 UTC  (7+ messages)
` [PATCH v1 11/12] serial: 8250: don't use slave_id of dma_slave_config
` [PATCH v1 12/12] serial: 8250_pci: Add PCI IDs for Intel Braswell

Broadwell perf support
 2014-08-26 22:29 UTC  (5+ messages)
` [PATCH 1/5] perf, x86: Remove incorrect model number from Haswell perf

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome