public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-15 18:05:12 to 2015-12-15 22:47:48 UTC [more...]

[RFC][PATCH] module: Limit line length of module prints
 2015-12-15 22:47 UTC  (5+ messages)

[ANNOUNCE] Git v2.7.0-rc1
 2015-12-15 22:47 UTC 

[PATCH] net: fix uninitialized variable issue
 2015-12-15 22:42 UTC  (4+ messages)

futex(3) man page, final draft for pre-release review
 2015-12-15 22:41 UTC  (3+ messages)

[PATCH] i2c: designware: Do not require clock when SSCN and FFCN are provided
 2015-12-15 22:38 UTC 

[PATCH v4 1/3] dt-binding: power: Add otg regulator binding
 2015-12-15 22:37 UTC  (8+ messages)
` [PATCH v4 2/3] power: qcom_smbb: Add otg regulator for control of vbus
` [PATCH v4 3/3] ARM: dts: qcom: add charger otg regulator

Build regressions/improvements in v4.4-rc5
 2015-12-15 22:35 UTC  (3+ messages)

[PATCH 0/5] drivers/tty: make more bool drivers explicitly non-modular
 2015-12-15 22:29 UTC  (2+ messages)

[PATCH v3 0/4] Raspberry Pi power domains
 2015-12-15 22:27 UTC  (6+ messages)
` [PATCH v3 1/4] ARM: bcm2835: Define two new packets from the latest firmware
` [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver
` [PATCH v3 3/4] dt-bindings: add rpi power domain driver bindings
` [PATCH v3 4/4] ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT

[PATCH] Revert "drm: Stop resetting connector state to unknown"
 2015-12-15 22:25 UTC  (7+ messages)
        ` [PATCH v2] drm/i915: Send a hotplug event on resume instead of an IRQ event

[PATCH 05/10] Input: synaptics-rmi4: Add device tree support for 2d sensors and F11
 2015-12-15 22:21 UTC  (3+ messages)

[PATCH 3/3] f2fs: introduce __f2fs_commit_super
 2015-12-15 22:19 UTC  (2+ messages)

[RFC v1 0/8] x86/init: Linux linker tables
 2015-12-15 22:16 UTC  (9+ messages)
` [RFC v1 1/8] paravirt: rename paravirt_enabled to paravirt_legacy
` [RFC v1 2/8] tables.h: add linker table support
` [RFC v1 3/8] x86/boot: add BIT() to boot/bitops.h
` [RFC v1 4/8] x86/init: add linker table support
` [RFC v1 5/8] x86/init: move ebda reservations into linker table
` [RFC v1 6/8] x86/init: use linker table for i386 early setup
` [RFC v1 7/8] x86/init: user linker table for ce4100 "
` [RFC v1 8/8] x86/init: use linker table for mid "

4.4-rc0: 5 W+X pages found
 2015-12-15 22:15 UTC  (21+ messages)
` 4.4-rc5: ugly warn on: "
                      ` 4.4.-rc5: lguest causes "

[PATCH v2 trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h
 2015-12-15 22:11 UTC 

[PATCH 1/3] f2fs: backup raw_super in sbi
 2015-12-15 22:06 UTC  (2+ messages)

[PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h
 2015-12-15 22:06 UTC  (4+ messages)

[PATCH 7/8] f2fs: introduce new option for controlling data flush
 2015-12-15 22:02 UTC  (2+ messages)

[PATCH] gpio: sx150x: Add support for sx1502
 2015-12-15 22:01 UTC 

[PATCH 8/8] f2fs: fix to avoid deadlock between checkpoint and writepages
 2015-12-15 22:01 UTC  (2+ messages)

[PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h
 2015-12-15 21:57 UTC  (3+ messages)

[PATCH 5/8] f2fs: support data flush in checkpoint
 2015-12-15 21:58 UTC  (2+ messages)

[PATCH] i2c: designware: Add support for AMD Seattle I2C
 2015-12-15 21:55 UTC 

[PATCH] sched/fair: fix mul overflow on 32-bit systems
 2015-12-15 21:56 UTC  (9+ messages)

[PATCH] net: emac: emac gigabit ethernet controller driver
 2015-12-15 21:55 UTC  (6+ messages)

[PATCH v4 07/21] ARM: dts: parse DMA config in pxamci
 2015-12-15 21:51 UTC  (3+ messages)
` [PATCH v5] serial: support for 16550A serial ports on LP-8x4x

[RFC3 PATCH v6 00/20] ILP32 for ARM64
 2015-12-15 21:42 UTC  (21+ messages)
` [PATCH v6 01/20] arm64: ilp32: add documentation on the ILP32 ABI "
` [PATCH v6 02/20] arm64: ensure the kernel is compiled for LP64
` [PATCH v6 03/20] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH v6 05/20] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH v6 06/20] thread: move thread bits accessors to separated file
` [PATCH v6 07/20] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH v6 08/20] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH v6 09/20] arm64:ilp32: share HWCAP between LP64 and ILP32
` [PATCH v6 10/20] arm64:ilp32 use the native LP64 'start_thread' for ILP32 threads
` [PATCH v6 11/20] arm64:ilp32: support core dump generation for ILP32
` [PATCH v6 12/20] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH v6 13/20] arm64: ilp32: share aarch32 syscall wrappers to ilp32
` [PATCH v6 14/20] arm64: signal: wrap struct ucontext, fp and lr with struct sigframe
` [PATCH v6 15/20] arm64: signal: move ilp32 and lp64 common code to separated file
` [PATCH v6 16/20] arm64: signal32: move ilp32 and aarch32 "
` [PATCH v6 17/20] arm64: ilp32: introduce ilp32-specific handlers for sigframe
` [PATCH v6 18/20] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH v6 19/20] arm64:ilp32: change COMPAT_ELF_PLATFORM to report a a subplatform for ILP32
` [PATCH v6 20/20] arm64:ilp32: add ARM64_ILP32 to Kconfig

[PATCH v2 0/3] Fix and cleanup for 32-bit PV sysexit
 2015-12-15 21:27 UTC  (4+ messages)
  ` [Xen-devel] "

[PATCH] mm: mempool: Factor out mempool_refill()
 2015-12-15 21:26 UTC  (3+ messages)

[RFCv6 PATCH 00/10] sched: scheduler-driven CPU frequency selection
 2015-12-15 21:24 UTC  (10+ messages)
` [RFCv6 PATCH 09/10] sched: deadline: use deadline bandwidth in scale_rt_capacity

[PATCH] net: add Qualcomm IPC router
 2015-12-15 21:14 UTC  (4+ messages)

[PATCH] clocksource/drivers/pistachio: Fix wrong calculated clocksource read value
 2015-12-15 20:59 UTC  (2+ messages)

Information leak in llcp_sock_bind/llcp_raw_sock_bind
 2015-12-15 20:58 UTC  (6+ messages)

[PATCH RFC 0/3] Xen on Virtio
 2015-12-15 20:44 UTC  (8+ messages)
` [Xen-devel] "

[PATCH] clocksource/drivers/dw_apb_timer: Fix apbt_readl return types
 2015-12-15 20:42 UTC  (2+ messages)

[PATCH v4 0/2] clocksource/drivers/dw_apb_timer: improve performance a bit
 2015-12-15 20:42 UTC  (2+ messages)

[ANNOUNCE] MDB Kernel Debugger linux-stable v4.1.15, v4.3.2, v4.3.3, v4.2.8
 2015-12-15 20:41 UTC 

[PATCH v4 2/2] arm: pxa27x: support for ICP DAS LP-8x4x w/ DT
 2015-12-15 20:40 UTC  (10+ messages)
` [PATCH v5 "

[PATCH v3 0/5] Add reboot notifier driver for rockchip platform
 2015-12-15 20:38 UTC  (4+ messages)
` [PATCH v3 3/5] soc: rockchip: add reboot notifier driver

Information leak in sco_sock_bind
 2015-12-15 20:39 UTC  (2+ messages)

pty: fix use after free/oops at pty_unix98_shutdown
 2015-12-15 20:36 UTC  (8+ messages)
` [PATCH] pty: fix use after free of tty->driver_data

[PATCH v6 06/10] mtd: spi-nor: simplify write loop
 2015-12-15 20:22 UTC 

[PATCH] staging: lustre: fix address space mismatches
 2015-12-15 20:34 UTC  (3+ messages)

[PATCHV2 0/3] Machine check recovery when kernel accesses poison
 2015-12-15 20:25 UTC  (12+ messages)
` [PATCHV2 3/3] x86, ras: Add mcsafe_memcpy() function to recover from machine checks

[PATCH 0/7] Add swap accounting to cgroup2
 2015-12-15 20:22 UTC  (6+ messages)
` [PATCH 1/7] mm: memcontrol: charge swap "

[PATCH] gpio: Add driver for TI TPIC2810
 2015-12-15 20:10 UTC 

BUG_ON(!PageLocked(page)) in munlock_vma_page/migrate_pages/__block_write_begin
 2015-12-15 20:08 UTC  (3+ messages)

[PATCH RESEND] ACPI/Kconfig: Make ACPI_NFIT depend on EFI_STUB on X86
 2015-12-15 20:04 UTC  (7+ messages)

kasan_map_early_shadow() on Xen
 2015-12-15 20:02 UTC  (10+ messages)
  ` [Xen-devel] "

[PATCH v2 00/14] Initial Microchip PIC32MZDA Support
 2015-12-15 20:00 UTC  (7+ messages)
` [PATCH v2 07/14] DEVICETREE: Add bindings for PIC32 pin control and GPIO
` [PATCH v2 09/14] DEVICETREE: Add bindings for PIC32 UART driver
` [PATCH v2 11/14] DEVICETREE: Add bindings for PIC32 SDHCI host controller

[PATCH 00/40] Sync upstream lustre client LNet core
 2015-12-15 19:55 UTC  (12+ messages)
` [PATCH 02/40] staging: lustre: fix 'NULL pointer dereference' errors for LNet
` [PATCH 13/40] staging: lustre: Dynamic LNet Configuration (DLC) show command

[PATCH V4 00/16] Add generic PM domain support for Tegra
 2015-12-15 19:54 UTC  (3+ messages)
` [PATCH V4 16/16] ARM64: tegra: select PM_GENERIC_DOMAINS

[PATCH] Add hw_breakpoint_enable to correct dr6 stuffing
 2015-12-15 19:53 UTC 

[PATCH] bnx2fc:Add proper locking protection in bnx2fc_ctrlr_enabled
 2015-12-15 19:51 UTC  (2+ messages)

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2015-12-15 19:50 UTC  (3+ messages)
` [PATCH 12/14] mm: memcontrol: account socket memory in unified hierarchy memory controller

[PATCH 1/4] net: tcp_memcontrol: simplify linkage between socket and page counter fix
 2015-12-15 19:38 UTC  (4+ messages)
` [PATCH 4/4] mm: memcontrol: clean up alloc, online, offline, free functions

[PATCH] input: Report vendor and product IDs for elan_i2c
 2015-12-15 19:34 UTC  (2+ messages)

"special" key when Lenovo Yoga 900 in tablet mode
 2015-12-15 19:27 UTC 

[PATCH v4 11/21] ARM: pxa: support ICP DAS LP-8x4x FPGA irq
 2015-12-15 19:26 UTC  (2+ messages)
` [PATCH v5] arm: "

Issues with Lenovo Yoga 900 IIO devices (accelerometer, etc.)
 2015-12-15 19:19 UTC 

[RESEND] Lenovo Yoga 900 touchpad issues
 2015-12-15 19:14 UTC 

[PATCH V3] Fix INT1 Recursion with unregistered breakpoints
 2015-12-15 19:12 UTC  (3+ messages)

[PATCH v2] extcon: add Maxim MAX3355 driver
 2015-12-15 19:11 UTC  (11+ messages)

[PATCH] android: fix warning when releasing active sync point
 2015-12-15 19:08 UTC  (4+ messages)

[BISECTED] rcu_sched self-detected stall since 3.17
 2015-12-15 19:01 UTC  (11+ messages)
` [tip:locking/core] sched/wait: Fix signal handling in bit wait helpers

[PATCH v4 10/21] mtd: support BB SRAM on ICP DAS LP-8x4x
 2015-12-15 18:58 UTC  (2+ messages)
` [PATCH v5] "

Source code review around jump label usage
 2015-12-15 18:55 UTC  (14+ messages)
` [PATCH 0/7] staging-Lustre: Fine-tuning for some function implementations
  ` [PATCH 1/7] staging: lustre: Delete unnecessary goto statements in six functions
              `  "

[PATCH man-pages] membarrier.2: Rename sys_membarrier to membarrier
 2015-12-15 18:54 UTC 

[PATCH for-4.4 1/2] mtd: spi-nor: fix Spansion regressions (aliased with Winbond)
 2015-12-15 18:48 UTC  (2+ messages)
` [PATCH for-4.4 2/2] mtd: spi-nor: fix stm_is_locked_sr() parameters

[PATCH v2] gpiolib: tighten up ACPI legacy gpio lookups
 2015-12-15 18:47 UTC  (9+ messages)

[PATCH RESEND 00/27] Drivers: hv: Miscellaneous fixes
 2015-12-15 18:46 UTC  (7+ messages)
` [PATCH RESEND 01/27] Drivers: hv: util: Increase the timeout for util services
  ` [PATCH RESEND 22/27] tools/hv: Use include/uapi with __EXPORTED_HEADERS__
        ` [PATCH v2] "

PELT initial task load and wake_up_new_task()
 2015-12-15 18:45 UTC  (5+ messages)

[RFC PATCH 2/8] Documentation: arm: define DT cpu capacity bindings
 2015-12-15 18:45 UTC  (20+ messages)

[PATCH v4 5/5] crypto: AES CBC multi-buffer glue code
 2015-12-15 18:36 UTC  (9+ messages)

[PATCH 1/2] mm, oom: introduce oom reaper
 2015-12-15 18:36 UTC 

[PATCH v6 0/8] Improvements for SPI IMX driver for Freescale ECSPI controller, continuation
 2015-12-15 18:27 UTC  (3+ messages)
` [PATCH v6 5/8] spi: imx: allow only WML aligned transfers to use DMA

[PATCH 0/4] ser_gigaset: fic deallocation of platform device structure
 2015-12-15 18:24 UTC  (2+ messages)

[PATCH] drm: Use the driver's gem_object_free function from CMA helpers
 2015-12-15 18:22 UTC  (3+ messages)

[PATCH 0/3] OOM detection rework v4
 2015-12-15 18:19 UTC  (4+ messages)
` [PATCH 1/3] mm, oom: rework oom detection
` [PATCH 2/3] mm: throttle on IO only when there are too many dirty and writeback pages
` [PATCH 3/3] mm: use watermak checks for __GFP_REPEAT high order allocations

[PATCH v14 0/7] fpga area and fpga bridge framework
 2015-12-15 18:15 UTC  (4+ messages)

[PATCH RFC] memory-hotplug: add automatic onlining policy for the newly added memory
 2015-12-15 18:05 UTC 


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