public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-27 16:07:05 to 2015-07-27 21:05:52 UTC [more...]

[PATCH 0/5] kmod: Cleanups, simplifications, and make isolation friendly v3
 2015-07-27 21:05 UTC  (8+ messages)
` [PATCH 1/5] kmod: Bunch of internal functions renames
` [PATCH 2/5] kmod: Remove unecessary explicit wide CPU affinity setting
` [PATCH 3/5] kmod: Add up-to-date explanations on the purpose of each asynchronous levels
` [PATCH 4/5] kmod: Use system_unbound_wq instead of khelper
` [PATCH 5/5] kmod: Handle UMH_WAIT_PROC from system unbound workqueue

[PATCH v2] x86: Introduce ASM flags to bitops
 2015-07-27 21:04 UTC  (5+ messages)
` ASM flags in general

[PATCH -mm v2] sound: convert to parse_integer()
 2015-07-27 21:03 UTC 

[RFC PATCH 0/4] Shared vhost design
 2015-07-27 21:02 UTC  (3+ messages)

[GIT PULL] (xen) stable/for-jens-4.2 for rc4
 2015-07-27 20:58 UTC  (2+ messages)

[PATCH v1 0/7] APQ8064 dt patches
 2015-07-27 20:57 UTC  (14+ messages)
` [PATCH v1 2/7] ARM: dts: ifc6410: add real regulators for sdcc nodes
` [PATCH v1 3/7] ARM: dts: qs600: Add real regulators to sdcc
` [PATCH v1 4/7] ARM: dts: apq8064: Add pm8921 mfd and its gpio node
` [PATCH v1 5/7] ARM: dts: apq8064: add pm8921 mpp support
` [PATCH v1 6/7] ARM: dts: apq8064: Add DT support for GSBI6 and for UART pin mux
` [PATCH v1 7/7] ARM: dts: apq8064: fix missing gsbi cell-index

[PATCH 0/2] cpufreq: Better separation of device addition/removal and online/offline paths
 2015-07-27 20:56 UTC  (5+ messages)
` [PATCH 0/7] "
  ` [PATCH 7/7] cpufreq: Separate CPU device removal from CPU online

[GIT PULL] USB fixes for v4.2-rc5
 2015-07-27 20:55 UTC  (2+ messages)

[PATCH 1/5] x86/asm/entry/32: Massage SYSENTER32 fast path to be nearly identical to SYSCALL32
 2015-07-27 20:51 UTC  (7+ messages)
` [PATCH 2/5] x86/asm/entry/32: Expand auditsys_FOO macros in SYSCALL32 code path
` [PATCH 3/5] x86/asm/entry/32: Jump from SYSENTER32 to "
` [PATCH 4/5] x86/asm/entry/32: Delete most of SYSENTER32 code
` [PATCH 5/5] x86/asm/entry/32: Simplify FLAGS_NT clearing in "

[GIT PULL] MODSIGN: Use PKCS#7 for module signatures
 2015-07-27 20:46 UTC  (2+ messages)

[PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size
 2015-07-27 20:43 UTC  (4+ messages)

Crash in -next due to 'MIPS: Move FP usage checks into protected_{save, restore}_fp_context'
 2015-07-27 20:41 UTC  (9+ messages)

[PATCH 2/3] mtd: ofpart: do not fail probe when no partitions exist
 2015-07-27 20:39 UTC 

[PATCH 0/5] iTCO_wdt: Add support for Intel Sunrisepoint
 2015-07-27 20:32 UTC  (4+ messages)
` [PATCH 1/5] iTCO_wdt: Expose watchdog properties using platform data

linux-next: build failure after merge of the akpm-current tree
 2015-07-27 20:31 UTC  (11+ messages)

[PATCH v2 4/4] irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2
 2015-07-27 20:09 UTC  (4+ messages)
` [PATCH] irq-bcm2836: Move SMP boot to the irqchip code
    ` [PATCH] irqchip: bcm2836: Use a CPU notifier enable IPIs

[PATCH v3 0/7] locking/qspinlock: Enhance pvqspinlock performance
 2015-07-27 20:08 UTC  (18+ messages)
` [PATCH v3 1/7] locking/pvqspinlock: Unconditional PV kick with _Q_SLOW_VAL
` [PATCH v3 2/7] locking/pvqspinlock: Add pending bit support
` [PATCH v3 3/7] locking/pvqspinlock: Collect slowpath lock statistics

[PATCH v2 1/5] staging: lustre: fixed comments without */ on a separate line
 2015-07-27 20:04 UTC  (7+ messages)
` [PATCH v2 2/5] staging: lustre: fixed 80-char rule
` [PATCH v2 3/5] staging: lustre: fix bad alignment
` [PATCH v2 4/5] staging: lustre: added a space between concatenated strings
` [PATCH v2 5/5] staging: lustre: modified comparisons against NULL

[PATCH v2 00/16] MSA vector context signal handling & HWCAPs
 2015-07-27 19:58 UTC  (17+ messages)
` [PATCH v2 01/16] MIPS: remove outdated comments in sigcontext.h
` [PATCH v2 02/16] MIPS: simplify EVA FP context handling code
` [PATCH v2 03/16] MIPS: add offsets to sigcontext FP fields to struct mips_abi
` [PATCH v2 04/16] MIPS: use struct mips_abi offsets to save FP context
` [PATCH v2 05/16] MIPS: move FP usage checks into protected_{save,restore}_fp_context
` [PATCH v2 06/16] MIPS: skip odd double FP registers when copying FP32 sigcontext
` [PATCH v2 07/16] MIPS: use common FP sigcontext code for O32 compat
` [PATCH v2 08/16] MIPS: remove unused {get,put}_sigset functions
` [PATCH v2 09/16] MIPS: indicate FP mode in sigcontext sc_used_math
` [PATCH v2 10/16] MIPS: add definitions for extended context
` [PATCH v2 11/16] MIPS: save MSA extended context around signals
` [PATCH v2 12/16] MIPS: AT_HWCAP aux vector infrastructure
` [PATCH v2 13/16] MIPS: advertise MIPSr6 via HWCAP when appropriate
` [PATCH v2 14/16] MIPS: advertise MSA support via HWCAP when present
` [PATCH v2 15/16] MIPS: require O32 FP64 support for MIPS64 with O32 compat
` [PATCH v2 16/16] MIPS: drop EXPERIMENTAL tag from O32+FP64 & MSA

[PATCH 4.2] ata: ahci_brcmstb: Fix warnings with CONFIG_PM_SLEEP=n
 2015-07-27 19:54 UTC  (3+ messages)

Fast Approval Rate
 2015-07-27 19:46 UTC 

[PATCH 0/2] serial: 8250: Workaround to avoid irq=0 for console
 2015-07-27 19:44 UTC  (14+ messages)
` [PATCH 2/2] serial: 8250: Allow to skip autoconfig_irq() for a console

[PATCH] of: fix platform_no_drv_owner.cocci warnings
 2015-07-27 19:37 UTC 

[PATCH RFC V6 0/6] per event callgraph and time support
 2015-07-27 12:21 UTC  (7+ messages)
` [PATCH RFC V6 1/6] perf tools: Add support for event post configuration
` [PATCH RFC V6 2/6] perf tools: Force period term to overload global settings
` [PATCH RFC V6 3/6] perf,tools: introduce callgraph_set for callgraph option
` [PATCH RFC V6 4/6] perf,tool: per-event time support
` [PATCH RFC V6 5/6] perf,tool: per-event callgraph support
` [PATCH RFC V6 6/6] perf,tests: Add tests to callgraph and time parse

[PATCHv2 00/10] mm, xen/balloon: memory hotplug improvements
 2015-07-27 19:37 UTC  (2+ messages)

[PATCH] watchdog: (nv_tco) add support for MCP79
 2015-07-27 19:36 UTC  (2+ messages)

[PATCH 0/5] Make vma_is_anonymous() reliable
 2015-07-27 19:34 UTC  (11+ messages)
` [PATCH 2/5] x86, mpx: do not set ->vm_ops on mpx VMAs
            ` [PATCH 0/1] mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
              ` [PATCH 1/1] "

[PATCH v2] ipc: Use private shmem or hugetlbfs inodes for shm segments
 2015-07-27 19:32 UTC  (2+ messages)

[PATCH v7 0/2] IMX GPCv2 drivers for wakeup source and suspend
 2015-07-27 19:30 UTC  (3+ messages)
` [PATCH v7 1/2] irqchip: imx-gpcv2: IMX GPCv2 driver for wakeup sources
` [PATCH v7 2/2] ARM: imx: Add suspend codes for imx7D

[PATCH 1/3] x86/asm/entry/32: Massage SYSENTER32 fast path to be nearly identical to SYSCALL32
 2015-07-27 19:26 UTC  (5+ messages)
` [PATCH 2/3] x86/asm/entry/32: Remove most of SYSCALL32 code, part 1

[PATCH -mm v9 0/8] idle memory tracking
 2015-07-27 19:25 UTC  (4+ messages)

[PATCH 0/4] reset: socfpga: Add reset driver support for Arria10 platform
 2015-07-27 18:57 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: Add reset manager offsets for Arria10
` [PATCH 2/4] ARM: socfpga: dts: add "altr,modrst-offset" property
` [PATCH 3/4] reset: socfpga: Update reset-socfpga to read the altr,modrst-offset property
` [PATCH 4/4] ARM: socfpga: dts: Add resets for EMACs on Arria10

[PATCH] HID: use generic driver for ThingM blink(1) if !CONFIG_HID_THINGM
 2015-07-27 19:17 UTC 

[PATCH 1/2] staging: lustre: fixed comments without */ on a separate line
 2015-07-27 19:14 UTC  (4+ messages)
` [PATCH 2/2] staging: lustre: fixed 80-char rule

[PATCH] ntb: avoid format string in dev_set_name
 2015-07-27 19:04 UTC  (2+ messages)

[PATCH v4 0/3] x86: modify_ldt improvement, test, and config option
 2015-07-27 19:04 UTC  (10+ messages)
` [PATCH v4 2/3] x86/ldt: Make modify_ldt optional
        ` [PATCH 4/3] x86/ldt: allow to disable modify_ldt at runtime

[PATCH 01/11] powerpc/kernel: Switch to using MAX_ERRNO
 2015-07-27 18:59 UTC  (22+ messages)
` [PATCH 02/11] powerpc/kernel: Change the do_syscall_trace_enter() API
` [PATCH 03/11] powerpc: Drop unused syscall_get_error()
` [PATCH 04/11] powerpc: Don't negate error in syscall_set_return_value()
` [PATCH 05/11] powerpc: Rework syscall_get_arguments() so there is only one loop
` [PATCH 06/11] powerpc: Use orig_gpr3 in syscall_get_arguments()
` [PATCH 07/11] powerpc: Change syscall_get_nr() to return int
` [PATCH 08/11] powerpc/kernel: Add SIG_SYS support for compat tasks
` [PATCH 09/11] powerpc/kernel: Enable seccomp filter
` [PATCH 10/11] selftests/seccomp: Make seccomp tests work on big endian
` [PATCH 11/11] selftests/seccomp: Add powerpc support

[PATCH 01/10] devres: add devm_alloc_percpu()
 2015-07-27 18:59 UTC  (5+ messages)
` [PATCH 02/10] dpaa_eth: add support for DPAA Ethernet

[PATCH 0/4] enable migration of driver pages
 2015-07-27 18:56 UTC  (4+ messages)
` [PATCH 2/4] mm/compaction: enable mobile-page migration

[linux41] Kernel panic at i686
 2015-07-27 18:49 UTC  (5+ messages)
` [linux41] regression with 'x86/cacheinfo: Move cacheinfo sysfs code to generic infrastructure' on AMD i686
  ` [PATCH] cpu/cacheinfo: Fix teardown path

[PATCH v4 0/4] Add Broadcom North Star 2 support
 2015-07-27 18:44 UTC  (6+ messages)
` [PATCH v4 3/4] arm64: Add Broadcom iProc family support

[PATCH] PS3: PS#-LPM: fixed a space coding style issue
 2015-07-27 18:42 UTC  (2+ messages)
` [PATCH] drivers/ps3: Fix ps3-lpm white space

[PATCH v2 00/13] Kill off set_irq_flags
 2015-07-27 18:39 UTC  (4+ messages)
` [PATCH v2 06/13] irqchip: kill off set_irq_flags usage

[PATCH] tools: perf: Avoid error message when building with no python installed
 2015-07-27 18:36 UTC  (2+ messages)

[PATCH] LSM: LoadPin for module and firmware loading restrictions
 2015-07-27 18:33 UTC  (3+ messages)

[PATCH] Do not reserve crashkernel high memory if crashkernel low memory reserving failed
 2015-07-27 18:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/2] IMX GPCv2 drivers for wakeup source and suspend
 2015-07-27 18:24 UTC  (4+ messages)
` [PATCH v6 2/2] ARM: imx: Add suspend codes for imx7D

[PATCH] tools: perf: Fix test build error when bindir contains double slash
 2015-07-27 18:24 UTC  (2+ messages)
` [PATCH] perf tests: Adding build test for having ending slash in "

[PATCH] x86/smpboot: Check for cpu_active on cpu initialization
 2015-07-27 18:21 UTC  (2+ messages)
` [PATCH] sched: fix cpu_active_mask/cpu_online_mask race

[PATCH V5 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
 2015-07-27 18:12 UTC  (5+ messages)
` [PATCH V5 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller

[PATCHSET block/for-4.3] blkcg: implement interface for the unified hierarchy
 2015-07-27 18:13 UTC  (3+ messages)

[PATCH] userns: simplify map_id_range_* functions
 2015-07-27 18:04 UTC  (4+ messages)

[PATCH] Staging:dgap :Compression of lines for immediate return
 2015-07-27 18:00 UTC 

documentation: sysfs-bus-usb: no CONFIG_PM_RUNTIME
 2015-07-27 17:59 UTC  (3+ messages)

[PATCH v4 0/7] KASAN for arm64
 2015-07-27 17:53 UTC  (13+ messages)
` [PATCH v4 1/7] x86/kasan: generate KASAN_SHADOW_OFFSET in Makefile
` [PATCH v4 2/7] mm: kasan: introduce generic kasan_populate_zero_shadow()
` [PATCH v4 5/7] arm64: add KASAN support
` [PATCH v4 7/7] x86/kasan: switch to generic kasan_populate_zero_shadow()

[PATCH] scsi: fix memory leak with scsi-mq
 2015-07-27 17:52 UTC  (2+ messages)

[PATCH v3 0/8] Add generic support for relaxed atomics
 2015-07-27 17:51 UTC  (6+ messages)
` [PATCH v3 1/8] atomics: add acquire/release/relaxed variants of some atomic operations

[PATCH v5 00/11] simplify block layer based on immutable biovecs
 2015-07-27 17:50 UTC  (5+ messages)

[PATCH] drm/msm: Enable clocks during enable/disable_vblank() callbacks
 2015-07-27 17:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] driver core: correct device's shutdown order
 2015-07-27 17:43 UTC 

[PATCH RFC V2 1/1] x86, perf: Add a freq pmu driver
 2015-07-27 17:40 UTC  (3+ messages)

[PATCH] Staging:dgap :Compression of lines for immediate return
 2015-07-27 17:37 UTC 

[PATCH 0/3] Another Errata 430973 Update
 2015-07-27 17:36 UTC  (8+ messages)
` [PATCH 3/3] ARM: errata 430973: move !ARCH_MULTIPLATFORM to Kconfig

ATA failure regression in kernel 4.2
 2015-07-27 17:36 UTC  (8+ messages)

[PATCH v5 0/8] iio: mma8452: improve driver and support more chips
 2015-07-27 17:33 UTC  (5+ messages)
` [PATCH 8/8] iio: mma8452: add devicetree property to allow all pin wirings

[PATCH v7 0/6] block: loop: improve loop with AIO
 2015-07-27 17:33 UTC  (7+ messages)
` [PATCH v7 4/6] block: loop: prepare for supporing direct IO

[PATCH] mailbox: Drop owner assignment from platform_driver
 2015-07-27 17:28 UTC  (2+ messages)

[PATCH V2 0/6] Freq/CPU%/CORE_BUSY% support
 2015-07-27 17:27 UTC  (8+ messages)
` [PATCH V2 5/6] perf,tools: caculate and save freq/CPU%/CORE_BUSY% in he_stat

[PATCH v8 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610
 2015-07-27 16:42 UTC  (6+ messages)
` [PATCH v8 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others
` [PATCH v8 2/5] mtd: nand: vf610_nfc: add hardware BCH-ECC support
` [PATCH v8 3/5] mtd: nand: vf610_nfc: add device tree bindings
` [PATCH v8 4/5] ARM: dts: vf610twr: add NAND flash controller peripherial
` [PATCH v8 5/5] ARM: dts: vf-colibri: enable NAND flash controller

[PATCH] Staging: lustre: Drop unnecessary cast
 2015-07-27 16:50 UTC 

[PATCH V2 10/11] opp: Add helpers for initializing CPU OPPs
 2015-07-27 16:50 UTC  (4+ messages)
` [PATCH V2 11/11] cpufreq-dt: Add support for operating-points-v2 bindings

[RFC v2] genalloc:add an gen_pool_first_fit_align algo to genalloc
 2015-07-27 16:49 UTC  (2+ messages)

[RESEND PATCH v3] ARM: tegra124: pmu support
 2015-07-27 16:46 UTC  (4+ messages)

[PATCH V2 0/6] clean up wlan_bssdef.h
 2015-07-27 16:40 UTC  (2+ messages)

[PATCH v3] clk: at91: add generated clock driver
 2015-07-27 16:39 UTC 

Regression in v4.2-rc1 caused by hierarchical irqdomain changes
 2015-07-27 16:35 UTC  (2+ messages)

[RFC][PATCH 0/7] jump_label: Another (better) static_key interface
 2015-07-27 16:30 UTC  (4+ messages)
` [RFC][PATCH 5/7] jump_label: Rework update logic

[PATCH v6 0/8] mfd: introduce a driver for LPSS devices on SPT
 2015-07-27 16:24 UTC  (4+ messages)

[patch 0/9] mfd: Interrupt cleanups and API change preparation
 2015-07-27 16:20 UTC  (2+ messages)

Fwd: Need help about AR8327 Ethernet Driver
 2015-07-27 16:16 UTC 

[PATCH] Drop unnecessary cast
 2015-07-27 16:16 UTC  (2+ messages)

[PATCH] pci_regs: reintroduce PCI_MSIX_FLAGS_BIRMASK
 2015-07-27 16:13 UTC  (5+ messages)

[PATCH] x86: Introduce ASM flags to bitops
 2015-07-27 16:13 UTC  (6+ messages)

[PATCH v6 0/7]powerpc/powernv: Nest Instrumentation support
 2015-07-26 18:54 UTC  (2+ messages)
` [PATCH v6 6/7]powerpc/powernv: generic nest pmu event functions


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