[PATCH] Do not force shutdown/reboot to boot cpu
2013-04-15 15:59 UTC (12+ messages)
` Bulk CPU Hotplug (Was Re: [PATCH] Do not force shutdown/reboot to boot cpu.)
[PATCH RFT] regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMIC
2013-04-15 15:56 UTC (2+ messages)
[PATCH] edac: Handle EDAC ECC errors for Family 16h
2013-04-15 15:56 UTC (2+ messages)
[PATCH] x86, FPU: Fix FPU initialization
2013-04-15 15:54 UTC (11+ messages)
[PATCH 1/3] efi: Determine how much space is used by boot services-only variables
2013-04-15 15:53 UTC (3+ messages)
` [PATCH V5 1/2] efi: Pass boot services variable info to runtime code
` [PATCH V5 2/2] efi: Distinguish between "remaining space" and actually used space
[RFC v1 0/1] introduce regulator chain locking scheme
2013-04-15 15:50 UTC (3+ messages)
` [RFC v1] regulator: core: "
[PATCH v4 0/5] LPAE remaining device tree file
2013-04-15 15:47 UTC (3+ messages)
[PATCH 1/3] iommu: Move swap_pci_ref function to pci.h
2013-04-15 15:34 UTC (3+ messages)
[PATCH] kernel: move exit_task_work() past exit_notify()
2013-04-15 15:33 UTC (6+ messages)
` [PATCH 0/1] (Was: kernel: move exit_task_work() past exit_notify())
` [PATCH 1/1] move exit_task_namespaces() outside of exit_notify()
[PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing
2013-04-15 15:32 UTC (4+ messages)
` [PATCH v6 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC
[PATCH 00/18] lockless n_tty receive path
2013-04-15 15:32 UTC (70+ messages)
` [PATCH v3 00/24] "
` [PATCH v3 01/24] tty: Don't change receive_room for ioctl(TIOCSETD)
` [PATCH v3 02/24] tty: Simplify tty buffer/ldisc interface with helper function
` [PATCH v3 03/24] tty: Make ldisc input flow control concurrency-friendly
` [PATCH v3 04/24] n_tty: Factor canonical mode copy from n_tty_read()
` [PATCH v3 05/24] n_tty: Line copy to user buffer in canonical mode
` [PATCH v3 06/24] n_tty: Split n_tty_chars_in_buffer() for reader-only interface
` [PATCH v3 07/24] tty: Deprecate ldisc .chars_in_buffer() method
` [PATCH v3 08/24] n_tty: Get read_cnt through accessor
` [PATCH v3 09/24] n_tty: Don't wrap input buffer indices at buffer size
` [PATCH v3 10/24] n_tty: Remove read_cnt
` [PATCH v3 11/24] tty: Convert termios_mutex to termios_rwsem
` [PATCH v3 12/24] n_tty: Access termios values safely
` [PATCH v3 13/24] n_tty: Replace canon_data with index comparison
` [PATCH v3 14/24] n_tty: Make N_TTY ldisc receive path lockless
` [PATCH v3 15/24] n_tty: Reset lnext if canonical mode changes
` [PATCH v3 16/24] n_tty: Fix type mismatches in receive_buf raw copy
` [PATCH v3 17/24] n_tty: Don't wait for buffer work in read() loop
` [PATCH v3 18/24] n_tty: Separate buffer indices to prevent cache-line sharing
` [PATCH v3 19/24] tty: Only guarantee termios read safety for throttle/unthrottle
` [PATCH v3 20/24] n_tty: Move chars_in_buffer() to factor throttle/unthrottle
` [PATCH v3 21/24] n_tty: Factor throttle/unthrottle into helper functions
` [PATCH v3 22/24] n_tty: Move n_tty_write_wakeup() to avoid forward declaration
` [PATCH v3 23/24] n_tty: Special case pty flow control
` [PATCH v3 24/24] n_tty: Queue buffer work on any available cpu
` [PATCH 00/16] lockless tty flip buffers
` [PATCH 01/16] tty: Compute flip buffer ptrs
` [PATCH 02/16] tty: Fix flip buffer free list
` [PATCH 03/16] tty: Factor flip buffer initialization into helper function
` [PATCH 04/16] tty: Merge tty_buffer_find() into tty_buffer_alloc()
` [PATCH 05/16] tty: Use generic names for flip buffer list cursors
` [PATCH 06/16] tty: Use lockless flip buffer free list
` [PATCH 07/16] tty: Simplify flip buffer list with 0-sized sentinel
` [PATCH 08/16] tty: Track flip buffer memory limit atomically
` [PATCH 09/16] tty: Make driver-side flip buffers lockless
` [PATCH 10/16] tty: Ensure single-threaded flip buffer consumer with mutex
` [PATCH 11/16] tty: Only perform flip buffer flush from tty_buffer_flush()
` [PATCH 12/16] tty: Avoid false-sharing flip buffer ptrs
` [PATCH 13/16] tty: Use non-atomic state to signal flip buffer flush pending
` [PATCH 14/16] tty: Merge __tty_flush_buffer() into lone call site
` [PATCH 15/16] tty: Fix unsafe vt paste_selection()
` [PATCH 16/16] tty: Remove private constant from global namespace
` [PATCH 0/9] mostly lockless tty echo
` [PATCH 1/9] n_tty: Remove unused echo_overrun field
` [PATCH 2/9] n_tty: Use separate head and tail indices for echo_buf
` [PATCH 3/9] n_tty: Replace echo_cnt with computed value
` [PATCH 4/9] n_tty: Remove echo_lock
` [PATCH 5/9] n_tty: Eliminate echo_commit memory barrier
` [PATCH 6/9] n_tty: Process echoes in blocks
` [PATCH 7/9] n_tty: Only flush echo output if actually output
` [PATCH 8/9] n_tty: Eliminate counter in __process_echoes
` [PATCH 9/9] n_tty: Avoid false-sharing echo buffer indices
` [PATCH 00/20] streamline per-char receiving
` [PATCH 01/20] n_tty: Fix EOF push handling
` [PATCH 02/20] n_tty: Remove alias ptrs in __receive_buf()
` [PATCH 03/20] n_tty: Move buffers into n_tty_data
` [PATCH 04/20] n_tty: Rename process_char_map to char_map
` [PATCH 05/20] n_tty: Simplify __receive_buf loop count
` [PATCH 06/20] n_tty: Factor 'real raw' receive_buf into standalone fn
` [PATCH 07/20] n_tty: Factor signal char handling into separate fn
` [PATCH 08/20] n_tty: Factor flagged "
` [PATCH 09/20] n_tty: Factor raw mode receive_buf() "
` [PATCH 10/20] n_tty: Special case EXTPROC receive_buf() as raw mode
` [PATCH 11/20] n_tty: Factor tty->closing receive_buf() into separate fn
` [PATCH 12/20] n_tty: Factor standard per-char i/o "
` [PATCH 15/20] n_tty: Factor ISTRIP and IUCLC receive_buf "
` [PATCH 17/20] n_tty: Remove overflow tests from receive_buf() path
` [PATCH 18/20] n_tty: Un-inline single-use functions
` [PATCH 19/20] n_tty: Factor LNEXT processing from per-char i/o path
[PATCH 0/5] fuse: close file synchronously
2013-04-15 15:30 UTC (3+ messages)
[PATCH] irq: add quirk for broken interrupt remapping on 55XX chipsets
2013-04-15 15:30 UTC (3+ messages)
` [PATCH v7] "
e1000e + suspend, 3.9-rc2
2013-04-15 15:29 UTC (9+ messages)
[PATCHSET] cgroup, memcg: introduce sane_behavior mount option
2013-04-15 15:29 UTC (6+ messages)
` [PATCH 4/4] memcg: force use_hierarchy if sane_behavior
[PATCH] arm64: Fix task tracing
2013-04-15 15:23 UTC (9+ messages)
` [PATCH v2] "
[PATCH] dma: of-dma: check OF pointer property before dereferencing
2013-04-15 15:22 UTC (3+ messages)
` [PATCH] dma: of-dma: check OF pointer property before dereferencing it
[PATCH 0/4] TTY: fix DTR being raised on hang up
2013-04-15 15:11 UTC (2+ messages)
[PATCH 21/21] cris: drop unused Kconfig symbols
2013-04-15 15:11 UTC (6+ messages)
[PATCH -v2] PCI/VFIO: use pcie_flags_reg instead of access PCI-E Capabilities Register
2013-04-15 15:11 UTC (2+ messages)
[PATCH] CRIS: Remove last traces of legacy RTC drivers
2013-04-15 15:10 UTC (2+ messages)
[PATCH v2] kvm: nVMX: check vmcs12 for valid activity state
2013-04-15 15:10 UTC (3+ messages)
[PATCH] CRIS: remove "config OOM_REBOOT"
2013-04-15 15:09 UTC (2+ messages)
[PATCH 2/3] tty: Add safe tty throttle/unthrottle functions
2013-04-15 15:06 UTC (2+ messages)
` [PATCH tty-next] tty: Fix unsafe bit ops in tty_throttle_safe/unthrottle_safe
[PATCH] mmc: dw_mmc: exynos: Turn SDIO interrupts on
2013-04-15 15:05 UTC (3+ messages)
[PATCH] lowmemorykiller: prevent multiple instances of low memory killer
2013-04-15 15:03 UTC (5+ messages)
[NEW DRIVER V4 7/7] DA9058 REGULATOR driver
2013-04-15 15:00 UTC (3+ messages)
[PATCH 8/8] cris: do not export "u8" and friends to userspace
2013-04-15 14:51 UTC (2+ messages)
[PATCH 5/5] kexec: X86: Pass memory ranges via e820 table instead of memmap= boot parameter
2013-04-15 14:49 UTC (8+ messages)
[PATCH] regulator: ab8500: Fix get_mode for shared mode regulators
2013-04-15 14:48 UTC (9+ messages)
[PATCH 0/3 v2] mutex: Improve mutex performance by doing less atomic-ops & better spinning
2013-04-15 14:45 UTC (5+ messages)
` [PATCH v2 1/3] mutex: Make more scalable by doing less atomic operations
` [PATCH v2 2/3] mutex: Queue mutex spinners with MCS lock to reduce cacheline contention
` [PATCH v2 optional 3/3] mutex: back out architecture specific check for negative mutex count
[RFC PATCH] sparc/kernel/vio.c: add put_device() after device_find_child()
2013-04-15 14:42 UTC
Re-Activate Your Account!
2013-04-15 14:35 UTC
[GIT PULL] Firmware files for CA0132 HD-audio codec
2013-04-15 14:34 UTC (2+ messages)
[PATCH 1/8] dmaengine: ste_dma40: Assign memcpy channels in the driver
2013-04-15 14:28 UTC (8+ messages)
` [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers
[PATCH] nfsd4: do not compute undefined pointer arithmetic
2013-04-15 14:16 UTC
[PATCH 3.8-stable] sched/debug: Fix sd->*_idx limit range avoiding overflow
2013-04-15 14:15 UTC
[PATCH 1/2] menuconfig: Fix memory leak introduced by jump keys feature
2013-04-15 14:13 UTC (2+ messages)
` [PATCH 2/2] menuconfig: Add "breadcrumbs" navigation aid
[PATCH] cpufreq: exynos5440: Protect opp search calls with rcu lock
2013-04-15 14:10 UTC (2+ messages)
Trouble with full nohz and lttng
2013-04-15 14:10 UTC
[PATCH 0/3] ARM: context tracking support prerequisites
2013-04-15 14:08 UTC (5+ messages)
` [PATCH 1/3] cputime_nsecs: use math64.h for nsec resolution conversion helpers
[ 00/27] 3.8.8-stable review
2013-04-15 14:05 UTC (2+ messages)
[ 00/17] 3.4.41-stable review
2013-04-15 14:04 UTC (2+ messages)
[ 00/11] 3.0.74-stable review
2013-04-15 14:03 UTC (2+ messages)
[PATCH] serial_core.c: add put_device() after device_find_child()
2013-04-15 14:01 UTC
[PATCH] Kbuild: Avoid DTB rebuilds if source files are untouched
2013-04-15 13:59 UTC (9+ messages)
Bonding driver has bad load balancing for forwarded traffic, 3.7+
2013-04-15 13:57 UTC
Trouble with full nohz and lttng
2013-04-15 13:57 UTC
bcache/dmcache/enhanceio bake-off
2013-04-15 13:55 UTC (4+ messages)
` [dm-devel] "
[PATCH v9 RESEND 0/4] Add generic driver for on-chip SRAM
2013-04-15 13:50 UTC (4+ messages)
` [PATCH v9 RESEND 2/4] misc: Generic on-chip SRAM allocation driver
[PATCH v1 0/7] xen-block: indirect descriptors
2013-04-15 13:50 UTC (4+ messages)
` [PATCH v1 5/7] xen-blkback: make the queue of free requests per backend
[patch v7 0/21] sched: power aware scheduling
2013-04-15 13:50 UTC (10+ messages)
HOWTO Undo/Revert of_platform_populate?
2013-04-15 13:40 UTC (3+ messages)
[PATCH] clk: add DT test clock consumer driver
2013-04-15 13:30 UTC (2+ messages)
still in 3.9-rc6 - fan speed at 100% after suspend/resume regression
2013-04-15 13:30 UTC (3+ messages)
[RESEND: PATCH]: Mfd-Initial-support-for-Texas-Instruments-AIC-family-Codecs
2013-04-15 13:25 UTC (4+ messages)
` [PATCH: v2]: Mfd-Initial-support-for-Texas-Instruments-AIC-family-Codecs
[PATCHv3 0/3] thermal: lookup temperature
2013-04-15 13:24 UTC (10+ messages)
` [PATCHv3 1/3] thermal: introduce thermal_zone_get_zone_by_name helper function
` [PATCHv3 2/3] thermal: expose thermal_zone_get_temp API
` [PATCHv3 3/3] staging: ti-soc-thermal: remove external heat while extrapolating hotspot
[RFC PATCH v1 00/19] kill free_all_bootmem() and clean up VALID_PAGE()
2013-04-15 13:14 UTC (3+ messages)
` [RFC PATCH v1 13/19] mm/CRIS: clean up unused VALID_PAGE()
[PATCH] nfsd4: Fix NULL dereference in legacy_recdir_name_error()
2013-04-15 13:09 UTC (5+ messages)
[PATCH] Doc: dt: i2c: tegra: add dt binding for i2c-tegra
2013-04-15 13:08 UTC (2+ messages)
dm-crypt parallelization patches
2013-04-15 13:02 UTC (12+ messages)
` [PATCH] make dm and dm-crypt forward cgroup context (was: dm-crypt parallelization patches)
` [PATCH v2] "
[PATCH] rtc: palmas: add dt support
2013-04-15 12:57 UTC (2+ messages)
[PATCH] kvm: nVMX: check vmcs12 for valid activity state
2013-04-15 12:54 UTC (2+ messages)
[PATCH 1/6] mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
2013-04-15 12:48 UTC (6+ messages)
` [PATCH 2/6] PCI: "
` [PATCH 3/6] ncpfs: "
` [PATCH 4/6] char: "
` [PATCH 5/6] drm: "
` [PATCH 6/6] uio: "
[PATCH 0/3] regulator: max8998: Add support for Device Tree
2013-04-15 12:42 UTC (2+ messages)
[PATCH] ARM: dts: omap3-beagle-xm: Add USB Host support for Rev Ax/Bx
2013-04-15 12:39 UTC (2+ messages)
[PATCH v5 0/3] gpio: Add device driver for GRGPIO cores and support custom accessors with gpio-generic
2013-04-15 12:38 UTC (7+ messages)
` [PATCH v5 2/3] gpio: grgpio: Add device driver for GRGPIO cores
` [PATCH v5 3/3] gpio: grgpio: Add irq support
[PATCH v3 0/6] Generic PHY Framework
2013-04-15 12:33 UTC (9+ messages)
` [PATCH v3 1/6] drivers: phy: add generic PHY framework
Latest randconfig build errors
2013-04-15 12:32 UTC (4+ messages)
[GIT pull] core fixes for 3.9
2013-04-15 12:16 UTC
[GIT PULL] msm cleanup for 3.10
2013-04-15 12:15 UTC (4+ messages)
` [GIT PULL] msm core "
[PATCH] input: Export matrix_keypad_parse_of_params()
2013-04-15 12:06 UTC
[PATCHv3] driver: serial: prevent UART console idle on suspend while using "no_console_suspend"
2013-04-15 11:55 UTC (12+ messages)
[PATCH 1/2] USB: ehci-omap: Don't select any PHY driver
2013-04-15 11:50 UTC (2+ messages)
` [PATCH 2/2] USB: ehci-omap: Improve PHY error handling
[PATCH] extable: Flip the sorting message
2013-04-15 11:42 UTC (2+ messages)
` [tip:x86/asm] "
[PATCH v3 next/akpm] aio: convert the ioctx list to radix tree
2013-04-15 11:40 UTC
[PATCH 4/4] ARM: mmp: add SMP support for pxa988
2013-04-15 11:28 UTC (3+ messages)
[PATCH] perf, x86: Allow setting period 1
2013-04-15 11:26 UTC (4+ messages)
[PATCH] ARM: OMAP3: Beagle: Fix USB Host on beagle xM Ax/Bx
2013-04-15 11:20 UTC
page: next (older) | prev (newer) | 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