messages from 2013-02-20 16:27:04 to 2013-02-20 21:17:57 UTC [more...]
linux-next: build failure after merge of the xen-two tree
2013-02-20 21:24 UTC (6+ messages)
pm_idle cleanup patch series
2013-02-20 21:18 UTC (9+ messages)
` [PATCH 05/16] blackfin idle: delete pm_idle
[PATCH 0/7] ACPI / hotplug: Common code for ACPI-based hotplug
2013-02-20 21:17 UTC (6+ messages)
` [PATCH 2/7] ACPI / scan: Introduce common code for ACPI-based device hotplug
linux-next: build warning after merge of the akpm tree
2013-02-20 21:08 UTC (4+ messages)
` [PATCH] block/partitions/efi.c: ensure that the GPT header is at least the size of the structure
[PATCH 1/2] tmpfs: fix use-after-free of mempolicy object
2013-02-20 21:06 UTC (5+ messages)
` [PATCH 2/2] tmpfs: fix mempolicy object leaks
i915 black screen introduced by ACPI changes
2013-02-20 21:04 UTC (15+ messages)
[PATCH RT 0/7] [ANNOUNCE] 3.2.38-rt58-rc1 stable review
2013-02-20 21:04 UTC (4+ messages)
` [PATCH RT 6/7] rcutiny: Use simple waitqueue
` io_apic.c --> "nr_ioapics" not initialized !
nohz splat
2013-02-20 21:02 UTC
[PATCH] idr: prevent NULL deref on lookups before insertions
2013-02-20 21:01 UTC (4+ messages)
` [PATCH] posix-timer: don't call idr_find() w/ negative ID
[PATCH] perf x86: Change SandyBridge and IvyBrige instructions event to be precise
2013-02-20 21:01 UTC (3+ messages)
[PATCH] nohz: Make tick_nohz_irq_exit() irq safe
2013-02-20 21:00 UTC
[PATCH] block: partitions: efi: Typecast sizeof(gpt_header)
2013-02-20 20:59 UTC (3+ messages)
[PATCH v2] vt: add init_hide parameter to suppress boot output
2013-02-20 20:57 UTC (8+ messages)
` [PATCH v3] "
[PATCH linux-next] cpufreq: ondemand: Calculate gradient of CPU load to early increase frequency
2013-02-20 20:50 UTC
[PATCH] freezer: configure user space process frozen along with kernel threads
2013-02-20 20:48 UTC (3+ messages)
Read I/O starvation with writeback RAID controller
2013-02-20 20:48 UTC (2+ messages)
odd GPF bug on resume from hibernate
2013-02-20 20:46 UTC (4+ messages)
linux-next: Tree for Feb 19
2013-02-20 19:46 UTC (5+ messages)
` linux-next: Tree for Feb 19 (security/integrity/ima)
` [PATCH -next] security/integrity/ima: make part_pack_uuid() always visible
[PATCH] x86, efi: Make "noefi" really disable EFI runtime serivces
2013-02-20 20:36 UTC
[PATCH v2] Input: atmel_mxt_ts - refactor i2c error handling
2013-02-20 20:37 UTC (2+ messages)
[PATCH 1/1] kernel/fork.c: Simplifying a snippet of code
2013-02-20 20:31 UTC (2+ messages)
[PATCH] HID: ntrig: use input_configured() callback to set the name
2013-02-20 20:33 UTC (2+ messages)
[PATCH linux-next] DM RAID: validate_raid_redundancy: Silence uninitialized variable warning
2013-02-20 20:31 UTC
[PATCH 0/7] hid driver transport cleanup
2013-02-20 20:31 UTC (12+ messages)
` [PATCH 3/7] HID: Kconfig: Remove explicit transport layer dependencies
` [PATCH 4/7] hid: use hid_hw_request() instead of direct call to usbhid
` [PATCH 5/7] HID: use hid_hw_wait() "
` [PATCH 6/7] HID: multitouch: remove usbhid dependency
` [PATCH 7/7] HID: multitouch: Copyright and note on regression tests
[PATCH v3 00/23] ldisc fixes
2013-02-20 20:03 UTC (34+ messages)
` [PATCH v4 00/32] ldisc patchset
` [PATCH v4 01/32] tty: Add diagnostic for halted line discipline
` [PATCH v4 02/32] n_tty: Factor packet mode status change for reuse
` [PATCH v4 03/32] n_tty: Don't flush buffer when closing ldisc
` [PATCH v4 04/32] tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()
` [PATCH v4 05/32] tty: Remove unnecessary re-test of ldisc ref count
` [PATCH v4 06/32] tty: Fix ldisc halt sequence on hangup
` [PATCH v4 07/32] tty: Relocate tty_ldisc_halt() to avoid forward declaration
` [PATCH v4 08/32] tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()
` [PATCH v4 09/32] tty: Halt both ldiscs concurrently
` [PATCH v4 10/32] tty: Wait for SAK work before waiting for hangup work
` [PATCH v4 11/32] n_tty: Correct unthrottle-with-buffer-flush comments
` [PATCH v4 12/32] n_tty: Fully initialize ldisc before restarting buffer work
` [PATCH v4 13/32] tty: Don't reenable already enabled ldisc
` [PATCH v4 14/32] tty: Complete ownership transfer of flip buffers
` [PATCH v4 15/32] tty: Make core responsible for synchronizing its work
` [PATCH v4 16/32] tty: Fix 'deferred reopen' ldisc comment
` [PATCH v4 17/32] tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
` [PATCH v4 18/32] tty: Add ldisc hangup debug messages
` [PATCH v4 19/32] tty: Don't protect atomic operation with mutex
` [PATCH v4 20/32] tty: Separate release semantics of ldisc reference
` [PATCH v4 21/32] tty: Document unsafe ldisc reference acquire
` [PATCH v4 22/32] tty: Fold one-line assign function into callers
` [PATCH v4 23/32] tty: Locate get/put ldisc functions together
` [PATCH v4 24/32] tty: Remove redundant tty_wait_until_sent()
` [PATCH v4 25/32] tty: Add read-recursive, writer-prioritized rw semaphore
` [PATCH v4 26/32] tty: Add lock/unlock ldisc pair functions
` [PATCH v4 27/32] tty: Replace ldisc locking with ldisc_sem
` [PATCH v4 28/32] tty: Clarify ldisc variable
` [PATCH v4 29/32] tty: Fix hangup race with TIOCSETD ioctl
` [PATCH v4 30/32] tty: Clarify multiple-references comment in "
` [PATCH v4 31/32] tty: Fix tty_ldisc_lock name collision
` [PATCH v4 32/32] tty: Drop "tty is NULL" flip buffer diagnostic
[PATCH 3/3] sctp: fix association hangs due to reassembly/ordering logic
2013-02-20 20:13 UTC (4+ messages)
[GIT PULL for 3.9] media updates
2013-02-20 20:04 UTC
[PATCH v4 0/2] perf: use hrtimer for event multiplexing
2013-02-20 19:59 UTC (4+ messages)
` [PATCH v4 2/2] perf: add sysfs entry to adjust multiplexing interval per PMU
Corrupt packets with ath5k
2013-02-20 19:58 UTC
[PATCH] perf, x86: add Intel IvyBridge event scheduling constraints
2013-02-20 19:54 UTC (3+ messages)
[PATCH linux/linux-next] aic94xx: asd_read_flash: Fix uninitialized variable warning
2013-02-20 19:49 UTC
[RFC/PATCH 0/5] context_tracking: prerequisites for ARM support
2013-02-20 19:41 UTC (6+ messages)
` [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM
` [RFC/PATCH 2/5] kernel_cpustat: convert to atomic 64-bit accessors
` [RFC/PATCH 3/5] virt CPU accounting: Kconfig: drop 64-bit requirment
` [RFC/PATCH 4/5] cputime: use do_div() for nsec resolution conversion helpers
` [RFC/PATCH 5/5] ARM: Kconfig: allow virt CPU accounting
tip/x86/amba
2013-02-20 19:35 UTC (4+ messages)
[RFC][CFT] what's in signal.git queue
2013-02-20 19:36 UTC (2+ messages)
[PATCH] arm: Preserve TPIDRURW on context switch
2013-02-20 19:34 UTC (8+ messages)
Kernel 3.7.2 strange warning and short system hang
2013-02-20 19:30 UTC (4+ messages)
[PATCH 1/1] staging: android: ashmem: get_name,set_name not to hold ashmem_mutex
2013-02-20 19:24 UTC (4+ messages)
` [PATCH V3 1/1] staging: android: ashmem: get_name,set_name not to
` [PATCH V3 1/1] staging: android: ashmem: get_name,set_name not to hold ashmem_mutex
[PATCH v5] iio: Add OF support
2013-02-20 19:24 UTC (8+ messages)
[PATCH 0/2] more sched.h reorganization
2013-02-20 19:17 UTC (5+ messages)
` [PATCH 1/2] sched: move RR_TIMESLICE from sysctl.h to rt.h
[PATCH] of/i2c: don't register disabled devices
2013-02-20 19:09 UTC (2+ messages)
WARNING: at drivers/gpu/drm/nouveau/core/core/mm.c:242
2013-02-20 18:57 UTC (6+ messages)
` [stable request] fix for nouveau mem corruption [was: WARNING: at drivers/gpu/drm/nouveau/core/core/mm.c:242]
drivers/gpu/drm/nouveau/nouveau_acpi.c:420: undefined reference to `acpi_video_get_edid'
2013-02-20 18:56 UTC (6+ messages)
` [PATCH] drm/nouveau: always select ACPI_VIDEO if ACPI is enabled
` [PATCH v2] "
[GIT PULL] cputime: Full dynticks task/cputime accounting v7
2013-02-20 18:48 UTC (7+ messages)
[PATCH linux/linux-next] mpt2sas: _scsih_sas_broadcast_primitive_event: Quiet unused variable warning
2013-02-20 18:48 UTC
[PATCH v5 0/6] Add ChromeOS Embedded Controller support
2013-02-20 18:48 UTC (11+ messages)
` [PATCH v5 1/6] mfd: Add ChromeOS EC messages header
` [PATCH v5 2/6] mfd: Add ChromeOS EC implementation
` [PATCH v5 3/6] mfd: Add ChromeOS EC I2C driver
` [PATCH v5 4/6] mfd: Add ChromeOS EC SPI driver
` [PATCH v5 5/6] Input: matrix-keymap: Add function to read the new DT binding
` [PATCH v5 6/6] Input: Add ChromeOS EC keyboard driver
VIRUS DETECTED, PROTECT YOUR ACCOUNT!!
2013-02-20 18:34 UTC
dw_mmc build broken in next-20130220 (was Re: [PATCH v3 2/2] lib/scatterlist: use page iterator in the mapping iterator)
2013-02-20 18:41 UTC (2+ messages)
[PATCH linux/linux-next] [SCSI] mvsas: Fix compile warnings by using correct enums
2013-02-20 18:35 UTC
general protection fault in do_msgrcv [3.8]
2013-02-20 18:24 UTC (3+ messages)
[GIT PULL] x86/platform changes for v3.9
2013-02-20 18:17 UTC (4+ messages)
[PATCH] DMI: Always call dmi_present with DMI structure
2013-02-20 18:12 UTC
Final Notification
2013-02-20 18:03 UTC
[PATCH] workqueue: clear workers of a pool after the CPU is offline
2013-02-20 17:04 UTC
[PATCH 1/5] vfork: don't freezer_count() for in-kernel users of CLONE_VFORK
2013-02-20 18:09 UTC (5+ messages)
` [PATCH 4/5] freezer: clear fake signal on exit from __refrigerator
[PATCH] spi: tegra114: add spi driver
2013-02-20 18:00 UTC (10+ messages)
[PATCH 1/1] memory: tegra_ahb_enable_smmu() depends on TEGRA_IOMMU_SMMU
2013-02-20 17:54 UTC (5+ messages)
[PATCH 1/3] sctp: fix association hangs due to reassembly/ordering logic
2013-02-20 17:53 UTC (2+ messages)
THP bug and crash on sparc64 3.8
2013-02-20 17:50 UTC (4+ messages)
[PATCH 01/16] APM idle: register apm_cpu_idle via cpuidle
2013-02-20 17:48 UTC (5+ messages)
` APM: Request to Test
` [PATCH v2] APM idle: register apm_cpu_idle via cpuidle
[PATCH] TTY: do not reset master's packet mode
2013-02-20 17:32 UTC (4+ messages)
[PATCH] bluetooth: Add support for atheros 04ca:3004 device to ath3k
2013-02-20 17:31 UTC (2+ messages)
[PATCH v3] mfd: syscon: Add non-DT support
2013-02-20 17:27 UTC (5+ messages)
` Re[10]: "
` Re[12]: "
` Re[14]: "
[PATCH] events: always do slow path when trying to find a pmu
2013-02-20 17:24 UTC (3+ messages)
Undefined Code in .../include/linux.bitops.h
2013-02-20 17:21 UTC (3+ messages)
[Bisected][-next-20130204+] [x86/kvm] udevd:[97]: segfault at ffffffffff5fd020 ip 00007fff069e277f sp 00007fff068c9ef8 error d
2013-02-20 17:20 UTC (8+ messages)
[GIT PULL] arm64 patches for 3.9
2013-02-20 17:17 UTC
[PATCH v4 0/7] Driver for Si476x series of chips
2013-02-20 17:11 UTC (5+ messages)
` [PATCH v4 6/7] sound/soc/codecs: Convert SI476X codec to use regmap
` [PATCH v4 7/7] sound/soc/codecs: Cosmetic changes to SI476X codec driver
[PATCH] lib/int_sqrt: optimize square root algorithm
2013-02-20 17:02 UTC
[BUG] NULL dereference on idr_find() in perf_init_event() on next-20130220
2013-02-20 17:01 UTC
[PATCH] pci: do not try to assign irq 255
2013-02-20 16:57 UTC (4+ messages)
[PATCH 0/4] rwsem: Implement writer lock-stealing
2013-02-20 16:50 UTC (6+ messages)
[PATCH] mfd: wm8994: add missing variable initialization
2013-02-20 16:48 UTC (4+ messages)
` [PATCH v2] mfd: wm8994: silence bogus warning in wm8994_device_init()
[PATCH] sound/soc/atmel: Add slave mode support to SSC in DSP Mode A
2013-02-20 16:47 UTC (2+ messages)
[PATCH 00/27] Block cleanups - prep work for immutable bio vecs/dio rewrite
2013-02-20 16:43 UTC (3+ messages)
` [PATCH 09/27] block: Use bio_sectors() more consistently
mmotm 2013-02-19-17-20 uploaded
2013-02-20 16:41 UTC (2+ messages)
` since-3.8 branch opened for mm git tree (was: mmotm 2013-02-19-17-20 uploaded)
CIFS 'cache=strict' breaks 'pv' utility
2013-02-20 16:35 UTC
[PATCH 00/35] mfd: ab8500: Internal development push
2013-02-20 16:38 UTC (4+ messages)
` [PATCH 02/35] mfd: ab8500-gpadc: Allow tvout regulator to be missing
[PATCH 2/3] sctp: fix association hangs due to reassembly/ordering logic
2013-02-20 16:38 UTC (2+ messages)
[V2 5/8] USB: EHCI: make ehci-vt8500 a separate driver
2013-02-20 16:37 UTC (2+ messages)
[GIT PULL] hwmon updates for 3.9-rc1
2013-02-20 16:37 UTC
[V2 7/8] USB: EHCI: make ehci-w90X900 a separate driver
2013-02-20 16:33 UTC (2+ messages)
[ANNOUNCE] 3.8-rc2-nohz2
2013-02-20 16:32 UTC (4+ messages)
` [PATCH 07/33] nohz: Basic full dynticks interface
[PATCH 00/11] ARM warning fixes for arm-soc
2013-02-20 16:32 UTC (5+ messages)
` [PATCH 01/11] ARM: disable virt_to_bus/virt_to_bus almost everywhere
[V2 6/8] USB: EHCI: make ehci-msm a separate driver
2013-02-20 16:31 UTC (2+ messages)
[GIT PULL] pinctrl bulk changes for v3.9
2013-02-20 16:29 UTC
[PATCH 1/1] tty: atmel_serial_probe(): index of atmel_ports[] fix
2013-02-20 16:26 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox