linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-17 01:59:23 to 2014-04-17 09:56:42 UTC [more...]

[PATCH 1/6] sound: lx_core: Remove unused defines
 2014-04-17  9:51 UTC  (6+ messages)
` [PATCH 2/6] sound: lx_core: Switch to using BIT macro
` [PATCH 3/6] sound: lx_core: Fix dev_dbg typo
` [PATCH 4/6] sound: lx_core: Remove dead code
` [PATCH 5/6] sound: lx_core: Remove useless #if 0 .. #endif
` [PATCH 6/6] sound: lx_core: Translate comments from french to english

linux-next: build failure after merge of the akpm-current tree
 2014-04-17  9:56 UTC  (2+ messages)

[PATCH 4/7] perf diff: Add --percentage option
 2014-04-17  9:56 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/7] perf report: Add --percentage option
 2014-04-17  9:55 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 3/7] perf top: Add --percentage option
 2014-04-17  9:55 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/7] perf hists: Add support for showing relative percentage
 2014-04-17  9:55 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v1] dma: imx-sdma: add support for sdma memory copy
 2014-04-17 10:01 UTC 

[PATCH 1/3] cpufreq: ppc: Add missing #include <asm/smp.h>
 2014-04-17  9:53 UTC  (3+ messages)
` [PATCH 2/3] cpufreq: ppc: Fix integer overflow in expression
` [PATCH 3/3] cpufreq: ppc: Fix handling of non-existent clocks

[PATCH] kernfs: fix a subdir count leak
 2014-04-17  9:52 UTC 

[PATCH 0/6] Arizona Regulator Updates v6
 2014-04-17  9:49 UTC  (5+ messages)
` [PATCH 1/6] mfd: arizona: Factor out read of device tree GPIOs
` [PATCH 2/6] regulator: arizona-ldo1: Move setup processing from arizona-core

[perf] more perf_fuzzer memory corruption
 2014-04-17  9:48 UTC  (5+ messages)

[PATCH] pinctrl: as3722: fix handling of GPIO invert bit
 2014-04-17  9:48 UTC  (2+ messages)

[PATCH] tty: serial: Add driver for MEN's 16z135 High Speed UART
 2014-04-17  9:44 UTC 

[PATCH v3] ARM: mm: support big-endian page tables
 2014-04-17  9:43 UTC  (2+ messages)

[PATCH v4 0/2] nohz: fix idle accounting in NO_HZ kernels
 2014-04-17  9:41 UTC  (3+ messages)
` [PATCH 1/2] nohz: make updating sleep stats local
` [PATCH 2/2] nohz: delayed iowait accounting for nohz idle time stats

[PATCH v2 0/2] regmap: support regmap over SMBus
 2014-04-17  9:40 UTC  (3+ messages)
` [PATCH v2 1/2] regmap: add reg_read/reg_write callbacks to regmap_bus struct
` [PATCH v2 2/2] regmap: i2c: fallback to SMBus if the adapter does not support standard I2C

[PATCH v2 2/2] usb: gadget: Add xilinx axi usb2 device support
 2014-04-17  9:31 UTC  (5+ messages)

[PATCH] ipmi: fix seq number of bt msg in debug message
 2014-04-17  9:25 UTC 

[PATCH/RFC v3 0/5] LED / flash API integration
 2014-04-17  9:23 UTC  (7+ messages)
` [PATCH/RFC v3 3/5] leds: Add support for max77693 mfd flash cell
` [PATCH/RFC v3 5/5] media: Add registration helpers for V4L2 flash sub-devices

[f2fs-dev] [PATCH] f2fs: fix to enable readahead last NAT block
 2014-04-17  9:20 UTC 

[PATCH] .gitignore: ignore Module.symvers in all directories
 2014-04-17  9:17 UTC  (3+ messages)

[PATCH v3 0/2] ARM: sunxi: Add A31 High Speed Timer Support
 2014-04-17  9:06 UTC  (3+ messages)
` [PATCH v3 1/2] clocksource: sun5i: Add support for reset controller
` [PATCH v3 2/2] ARM: sun6i: a31: Add support for the High Speed Timers

[PATCH v5 0/5] KVM: x86: flush tlb out of mmu-lock after write protection
 2014-04-17  9:06 UTC  (6+ messages)
` [PATCH v5 1/5] Revert "KVM: Simplify kvm->tlbs_dirty handling"
` [PATCH v5 2/5] KVM: MMU: properly check last spte in fast_page_fault()
` [PATCH v5 3/5] KVM: MMU: lazily drop large spte
` [PATCH v5 4/5] KVM: MMU: flush tlb if the spte can be locklessly modified
` [PATCH v5 5/5] KVM: MMU: flush tlb out of mmu lock when write-protect the sptes

[PATCH 0/3] Use an alternative to _PAGE_PROTNONE for _PAGE_NUMA v4
 2014-04-17  9:06 UTC  (6+ messages)
` [PATCH 3/3] x86: Define _PAGE_NUMA by reusing software bits on the PMD and PTE levels
  ` [x86] BUG: Bad page map in process usemem pte:310103e3c pmd:7b3c2a067

[PATCH] vt6656/aes_ccmp.c: Fix a sparse "symbol not declared" warning
 2014-04-17  9:03 UTC 

[PATCH -tip v9 00/26] kprobes: introduce NOKPROBE_SYMBOL, bugfixes and scalbility efforts
 2014-04-17  8:53 UTC  (29+ messages)
` [PATCH -tip v9 01/26] [BUGFIX]kprobes/x86: Fix page-fault handling logic
` [PATCH -tip v9 02/26] kprobes/x86: Allow to handle reentered kprobe on singlestepping
` [PATCH -tip v9 03/26] kprobes: Prohibit probing on .entry.text code
` [PATCH -tip v9 04/26] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip v9 05/26] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*
` [PATCH -tip v9 06/26] [BUGFIX] x86: Prohibit probing on native_set_debugreg/load_idt
` [PATCH -tip v9 07/26] [BUGFIX] x86: Prohibit probing on thunk functions and restore
` [PATCH -tip v9 08/26] kprobes/x86: Call exception handlers directly from do_int3/do_debug
` [PATCH -tip v9 09/26] x86: Call exception_enter after kprobes handled
` [PATCH -tip v9 10/26] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip v9 11/26] kprobes: Allow probe on some kprobe functions
` [PATCH -tip v9 12/26] ftrace/*probes: Allow probing on some functions
` [PATCH -tip v9 13/26] x86: Allow kprobes on text_poke/hw_breakpoint
` [PATCH -tip v9 14/26] x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
` [PATCH -tip v9 15/26] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
` [PATCH -tip v9 16/26] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip v9 17/26] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip v9 18/26] sched: Use NOKPROBE_SYMBOL macro in sched
` [PATCH -tip v9 19/26] kprobes: Show blacklist entries via debugfs
` [PATCH -tip v9 20/26] kprobes: Support blacklist functions in module
` [PATCH -tip v9 21/26] kprobes: Use NOKPROBE_SYMBOL() in sample modules
` [PATCH -tip v9 22/26] kprobes/x86: Use kprobe_blacklist for .kprobes.text and .entry.text
` [PATCH -tip v9 23/26] kprobes/x86: Remove unneeded preempt_disable/enable in interrupt handlers
` [PATCH -tip v9 24/26] kprobes: Enlarge hash table to 512 entries
` [PATCH -tip v9 25/26] kprobes: Introduce kprobe cache to reduce cache misshits
` [PATCH -tip v9 26/26] ftrace: Introduce FTRACE_OPS_FL_SELF_FILTER for ftrace-kprobe

[PATCH v6 0/8] Add support for the Allwinner A31 DMA Controller
 2014-04-17  8:46 UTC  (9+ messages)
` [PATCH v6 1/8] clk: sunxi: Remove calls to clk_put
` [PATCH v6 2/8] ARM: sunxi: Split out the various machines into separate files
` [PATCH v6 3/8] ARM: sunxi: Move the clock protection to machine hooks
` [PATCH v6 4/8] ARM: sun6i: Protect CPU clock
` [PATCH v6 5/8] ARM: sun6i: Protect SDRAM gating bit
` [PATCH v6 6/8] ARM: sun6i: Sort the NMI node by physical address
` [PATCH v6 7/8] DMA: sun6i: Add driver for the Allwinner A31 DMA controller
` [PATCH v6 8/8] ARM: sun6i: dt: Add A31 DMA controller to DTSI

[PATCH] perf tools: Adjust symbols in VDSO
 2014-04-17  8:46 UTC  (2+ messages)

[PATCH 0/2] Add GPIO nodes for Berlin BG2 and BG2CD
 2014-04-17  8:45 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: berlin: add the BG2 GPIO nodes
` [PATCH 2/2] ARM: dts: berlin: add the BG2CD "

linux-next: manual merge of the userns tree with Linus' tree
 2014-04-17  8:44 UTC  (3+ messages)

[PATCH] ARM: multi_v7_defconfig: select CONFIG_GPIO_DWAPB
 2014-04-17  8:42 UTC 

[RFC][PATCH 0/3] Add Freescale FlexTimer Module timer
 2014-04-17  8:34 UTC  (6+ messages)
` [RFC][PATCH 1/3] ARM: dts: vf610: Add Freescale FlexTimer Module timer node

[PATCH 1/2] mfd: sec-core: Remove duplicated device type from sec_pmic
 2014-04-17  8:32 UTC  (4+ messages)
` [PATCH 2/2] mfd: sec-core: Update sec_pmic documentation

[sched] INFO: rcu_sched self-detected stall on CPU { 3}
 2014-04-17  8:28 UTC  (2+ messages)

[PATCH 0/2] Add PCI mode support for BayTrail LPSS SPI
 2014-04-17 16:26 UTC  (3+ messages)
` [PATCH 1/2] spi/pxa2xx-pci: "
` [PATCH 2/2] spi/pxa2xx-pci: Pass host clock rate info from PCI glue layer

[BUG] perf record: does not propagate command error code
 2014-04-17  8:21 UTC  (4+ messages)
` [PATCH 1/2] perf record: Propagate exit status of a command line workload

[PATCH resend] mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsets
 2014-04-17  8:08 UTC  (2+ messages)

[GIT PULL 00/11] perf/core improvements and fixes
 2014-04-17  8:07 UTC  (2+ messages)

[PATCH] tracing/uprobes: fix uprobe_cpu_buffer memory leak
 2014-04-17  8:05 UTC 

[PATCHv2 0/8] Support new Exynos3250 SoC based on Cortex-A7 dual core
 2014-04-17  8:04 UTC  (4+ messages)
` [PATCHv2 5/8] ARM: EXYNOS: Support secondary CPU boot of Exynos3250

[f2fs-dev] [PATCH] f2fs: fix wrong number of max_nid when init
 2014-04-17  8:01 UTC  (3+ messages)

Kernel scanning/freeing to relieve cgroup memory pressure
 2014-04-17  8:00 UTC  (7+ messages)

rb tree hrtimer lockup bug (found by perf_fuzzer)
 2014-04-17  7:59 UTC  (12+ messages)

[PATCH 0/3] perf top/tui: Fixes for percentage filter behavior
 2014-04-17  7:53 UTC  (4+ messages)
` [PATCH 1/3] perf hists: Add missing updates on nr_non_filtered_entries
` [PATCH 2/3] perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()
` [PATCH 3/3] perf top/tui: Update nr_entries properly after filter is applied

[PATCH] usb: phy: mv_u3d: Remove usb phy driver for mv_u3d
 2014-04-17  7:50 UTC  (5+ messages)

[PATCH V2 0/2] ahci: support for hisilicon sata
 2014-04-17  7:48 UTC  (4+ messages)
` [PATCH V2 2/2] ahci: add support for Hisilicon sata

f2fs: f2fs unmount hangs if f2fs_init_acl() fails during mkdir syscall
 2014-04-17  7:45 UTC  (7+ messages)
` f2fs: BUG_ON() is triggered when mount valid f2fs filesystem

[PATCH v2] pwm_lpss: Add support for PCI devices
 2014-04-17  7:49 UTC  (2+ messages)

debug_dma_assert_idle - snd_hda_intel - cpu touching an active dma mapped cacheline
 2014-04-17  7:40 UTC  (2+ messages)

linux-next: Tree for Apr 17
 2014-04-17  7:35 UTC 

[PATCH 0/5] defconfigs: add MTD_SPI_NOR (dependency for M25P80)
 2014-04-17  7:21 UTC  (6+ messages)
` [PATCH 1/5] ARM: defconfigs: add MTD_SPI_NOR (new dependency "
` [PATCH 2/5] blackfin: "
` [PATCH 3/5] mips: "
` [PATCH 4/5] powerpc: "
` [PATCH 5/5] sh: defconfig: "

[PATCH] sched/deadline: Fix memory leak
 2014-04-17  7:22 UTC  (2+ messages)

linux-next: build failure after merge of the userns tree
 2014-04-17  7:18 UTC  (2+ messages)

[GIT PULL REQUEST] one md BUG-fix for 3.15-rc
 2014-04-17  7:12 UTC 

[GIT PULL] fbdev reorder for 3.15 (rebased)
 2014-04-17  7:08 UTC 

[GIT PULL] fbdev fixes for 3.15
 2014-04-17  7:08 UTC  (4+ messages)

Powerpc: e1000e cannot work normally after system resume from sleep(standby)
 2014-04-17  7:00 UTC 

REGRESSION: OOPS: Intel Corporation Core Processor Integrated Graphics Controller, Linux HEAD when powering off internal Laptop display on t410s and extending and rotating external screen
 2014-04-17  6:58 UTC 

[PATCH 0/4] Support additional regulators on BCM590xx
 2014-04-17  6:57 UTC  (5+ messages)
` [PATCH 2/4] mfd: bcm590xx: add support for second i2c slave address space

[PATCH 0/4] ARM: berlin: add SDHCI support
 2014-04-17  6:54 UTC  (4+ messages)
` [PATCH 3/4] ARM: dts: berlin: add the SDHCI nodes for the BG2Q

[RFC PATCH] Suppress a device hot remove related lockdep warning
 2014-04-17  6:50 UTC  (12+ messages)
  ` [RFC PATCH v2] Use kernfs_break_active_protection() for device online store callbacks
      ` [RFC PATCH v3] "
                  ` [RFC PATCH v4] "

[PATCH] mm : Avoid candidate task is equal to current task
 2014-04-17  6:48 UTC  (5+ messages)

[PATCH] clocksource: pit: Add Freescale PIT-RTI devicetree Documentation
 2014-04-17  5:59 UTC 

in kernel 2.6.x, tun/tap nic supports vlan packets
 2014-04-17  6:27 UTC  (4+ messages)

PROBLEM: Fatal Machine Check >= 3.13.5-101.fc19.x86_64
 2014-04-17  6:25 UTC  (8+ messages)

[PATCH 0/6] mfd/gpio: cleanup of STMPE driver
 2014-04-17  6:11 UTC  (2+ messages)

[PATCH V6] serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers
 2014-04-17  6:06 UTC 

[PATCH v2 1/2] dma: Add Xilinx AXI DMA DT Binding Documentation
 2014-04-17  6:03 UTC  (4+ messages)
` [PATCH v2 2/2] dma: Add Xilinx AXI Direct Memory Access Engine driver support

[PATCH] dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ
 2014-04-17  5:58 UTC 

[PATCH/RFC 00/19] Support loop-back NFS mounts
 2014-04-17  5:58 UTC  (21+ messages)
` [PATCH 04/19] Make effect of PF_FSTRANS to disable __GFP_FS universal
` [PATCH 10/19] NET: set PF_FSTRANS while holding sk_lock
` [PATCH 16/19] VFS: use GFP_NOFS rather than GFP_KERNEL in __d_alloc

[PATCH] cgroup: fix the retry path of cgroup_mount()
 2014-04-17  5:53 UTC 

should we change the name/macros of file-private locks?
 2014-04-17  5:43 UTC  (5+ messages)
    ` Re: [Nfs-ganesha-devel] "
      `  "

[RFC PATCH] sched: let task migration destination cpu do active balance
 2014-04-17  5:42 UTC  (3+ messages)

[ sched,rcu] BUG: using __this_cpu_add_return() in preemptible [00000000] code: swapper/0/1
 2014-04-17  5:36 UTC 

[PATCH 0/8] Resource-managed extcon device register function
 2014-04-17  5:35 UTC  (3+ messages)
` [PATCH 1/8] extcon: Add resource-managed extcon "

[PATCH] mtd: fsl-quadspi: fix __iomem annotations
 2014-04-17  5:13 UTC 

[PATCH v2] ARM: dts: imx6q-gk802: Enable HDMI
 2014-04-17  4:56 UTC  (2+ messages)

linux-next: manual merge of the staging tree with the staging.current tree
 2014-04-17  4:31 UTC 

[raid5] kernel BUG at drivers/md/raid5.c:4374!
 2014-04-17  4:13 UTC  (2+ messages)

[PATCH] cif: fix dead code
 2014-04-17  4:10 UTC  (2+ messages)

[PATCH v2] ARM: mm: support big-endian page tables
 2014-04-17  4:05 UTC  (7+ messages)

[PATCH] staging: rts5139: fixed coding style
 2014-04-17  4:05 UTC 

[sched,rcu] b84c4e08143: +3.1% will-it-scale.per_thread_ops
 2014-04-17  4:03 UTC 

[net/sctp] 362d52040c7: +99.0% netperf.Throughput_Mbps
 2014-04-17  3:39 UTC 

block: check for dying queue in generic_make_request()
 2014-04-17  3:31 UTC 

mtip32xx: Remove dfs_parent after pci unregister
 2014-04-17  3:30 UTC 

[PATCH] Staging:Line6:usbdefs.h parenthesis for Marcos
 2014-04-17  3:28 UTC  (2+ messages)

mtip32xx: Increase timeout for STANDBY IMMEDIATE command
 2014-04-17  3:27 UTC 

[PATCH 1/4] Staging: lustre: Fixed formatting errors in lib-types.h identified by checkpatch.pl
 2014-04-17  3:23 UTC 

[PATCH v3 0/4] net: Add APM X-Gene SoC Ethernet driver support
 2014-04-17  3:18 UTC  (7+ messages)
` [PATCH v3 1/4] MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
` [PATCH v3 2/4] Documentation: dts: Add bindings "
` [PATCH v3 3/4] "
` [PATCH v3 4/4] drivers: net: Add APM X-Gene SoC ethernet driver support

[PATCH RESEND 1/2] staging: binder: add __user annotation in binder.c
 2014-04-17  3:16 UTC  (3+ messages)
` [PATCH RESEND 2/2] staging: binder: Code simplification

[PATCH 3/3] Staging:android:uapi:binder.h __packed
 2014-04-17  3:15 UTC  (2+ messages)

[PATCH v2] kernel/panic: Add "crash_kexec_post_notifiers" option for kdump after panic_notifers
 2014-04-17  3:12 UTC 

[PATCH] FMC: misc_register should not be called while atomic
 2014-04-17  3:09 UTC  (4+ messages)
` [FMC] BUG: scheduling while atomic: swapper/1/0x10000002

linux-next: manual merge of the crypto tree with Linus' tree
 2014-04-17  2:57 UTC 

[f2fs-dev][PATCH] f2fs: introduce raw_nat_from_node_info() to simplfy codes
 2014-04-17  2:51 UTC 

linux-next: manual merge of the crypto tree with Linus' tree
 2014-04-17  2:49 UTC 

[PATCH V5] serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers
 2014-04-17  2:38 UTC  (6+ messages)
` [PATCH V5.1] "
    `  "

[DRIVER CORE] drivers/base/dd.c incorrect pr_debug() parameters
 2014-04-17  2:34 UTC  (2+ messages)

[PATCH v2 0/4] net: Add APM X-Gene SoC Ethernet driver support
 2014-04-17  2:06 UTC  (4+ messages)
` [PATCH v2 4/4] drivers: net: Add APM X-Gene SoC ethernet "

[PATCH] kernel/panic: Add "late_kdump" option for kdump in unstable condition
 2014-04-17  1:59 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).