public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-02-10 20:31:48 to 2012-02-10 23:12:06 UTC [more...]

[PATCH 0/2] x86, reboot: cleanup NMI and REBOOT_IRQ
 2012-02-10 22:53 UTC  (5+ messages)
` [PATCH 1/2] x86, reboot: revert stop_other_cpus to using IRQ with NMI fallback
` [PATCH 2/2] x86, reschedule: check to see if system is shutting down

[patch 00/86] 3.2.6-stable review
 2012-02-10 22:35 UTC  (62+ messages)
` [patch 04/86] ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660
` [patch 06/86] ALSA: hda - Allow analog low-current mode when dynamic power-control is on
` [patch 09/86] ASoC: wm_hubs: Enable line out VMID buffer for single ended line outputs
` [patch 10/86] ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixer
` [patch 11/86] ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframe
` [patch 12/86] ARM: 7307/1: vfp: fix ptrace regset modification race
` [patch 15/86] drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer
` [patch 16/86] proc: mem_release() should check mm != NULL
` [patch 18/86] proc: make sure mem_open() doesnt pin the targets memory
` [patch 19/86] firewire: ohci: add reset packet quirk for SB Audigy
` [patch 20/86] firewire: ohci: disable MSI on Ricoh controllers
` [patch 22/86] RDMA/core: Fix kernel panic by always initializing qp->usecnt
` [patch 24/86] mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23
` [patch 26/86] at_hdmac: bugfix for enabling channel irq
` [patch 27/86] mm/filemap_xip.c: fix race condition in xip_file_fault()
` [patch 30/86] PM / QoS: CPU C-state breakage with PM Qos change
` [patch 31/86] drm/radeon: Set DESKTOP_HEIGHT register to the framebuffer (not mode) height
` [patch 32/86] drm/nouveau/gem: fix fence_sync race / oops
` [patch 33/86] drm/radeon/kms: disable output polling when suspended
` [patch 34/86] drm/radeon/kms: fix TRAVIS panel setup
` [patch 35/86] sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW
` [patch 36/86] PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path
` [patch 37/86] PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
` [patch 38/86] 8139cp: fix missing napi_gro_flush
` [patch 39/86] udf: Mark LVID buffer as uptodate before marking it dirty
` [patch 41/86] drm/i915: DisplayPort hot remove notification to audio driver
` [patch 42/86] drm/i915: check ACTHD of all rings
` [patch 44/86] drm/i915: handle 3rd pipe
` [patch 48/86] hwmon: (w83627ehf) Fix number of fans for NCT6776F
` [patch 50/86] atmel_lcdfb: fix usage of CONTRAST_CTR in suspend/resume
` [patch 52/86] lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging
` [patch 53/86] iscsi-target: Fix reject release handling in iscsit_free_cmd()
` [patch 55/86] iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INIT
` [patch 59/86] ASoC: wm8994: Enabling VMID should take a runtime PM reference
` [patch 60/86] ASoC: wm8994: Fix typo in VMID ramp setting
` [patch 61/86] pcmcia: fix socket refcount decrementing on each resume
` [patch 62/86] ALSA: oxygen, virtuoso: fix exchanged L/R volumes of aux and CD inputs
` [patch 63/86] iommu/amd: Work around broken IVRS tables
` [patch 64/86] iommu/msm: Fix error handling in msm_iommu_unmap()
` [patch 65/86] mm: compaction: check for overlapping nodes during isolation for migration
` [patch 66/86] mm: fix UP THP spin_is_locked BUGs
` [patch 67/86] target: Use correct preempted registration sense code
` [patch 68/86] target: Allow PERSISTENT RESERVE IN for non-reservation holder
` [patch 69/86] target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}
` [patch 70/86] target: Add workaround for zero-length control CDB handling
` [patch 71/86] target: Return correct ASC for unimplemented VPD pages
` [patch 72/86] target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0
` [patch 73/86] Staging: asus_oled: fix image processing
` [patch 74/86] Staging: asus_oled: fix NULL-ptr crash on unloading
` [patch 75/86] staging: r8712u: Add new Sitecom UsB ID
` [patch 76/86] staging: r8712u: Use asynchronous firmware loading
` [patch 77/86] usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()
` [patch 78/86] usb: gadget: zero: fix bug in loopback autoresume handling
` [patch 79/86] usb: Skip PCI USB quirk handling for Netlogic XLP
` [patch 80/86] USB: usbserial: add new PID number (0xa951) to the ftdi driver
` [patch 81/86] USB: add new zte 3g-dongles pid to option.c
` [patch 82/86] zcache: Set SWIZ_BITS to 8 to reduce tmem bucket lock contention
` [patch 83/86] zcache: fix deadlock condition
` [patch 84/86] mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chip
` [patch 85/86] [CPUFREQ] powernow-k8: Avoid Pstate MSR accesses on systems supporting CPB
` [patch 86/86] [CPUFREQ] powernow-k8: Fix indexing issue

[patch 00/55] 3.0.21-stable review
 2012-02-10 22:35 UTC  (56+ messages)
` [patch 01/55] readahead: fix pipeline break caused by block plug
` [patch 02/55] ALSA: HDA: Fix duplicated output to more than one codec
` [patch 03/55] ASoC: wm_hubs: Enable line out VMID buffer for single ended line outputs
` [patch 04/55] ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixer
` [patch 05/55] ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframe
` [patch 06/55] ARM: 7307/1: vfp: fix ptrace regset modification race
` [patch 07/55] ARM: 7308/1: vfp: flush thread hwstate before copying ptrace registers
` [patch 08/55] ARM: OMAP2+: GPMC: fix device size setup
` [patch 09/55] drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer
` [patch 10/55] proc: mem_release() should check mm != NULL
` [patch 11/55] proc: unify mem_read() and mem_write()
` [patch 12/55] proc: make sure mem_open() doesnt pin the targets memory
` [patch 13/55] firewire: ohci: add reset packet quirk for SB Audigy
` [patch 14/55] firewire: ohci: disable MSI on Ricoh controllers
` [patch 15/55] IB/mlx4: pass SMP vendor-specific attribute MADs to firmware
` [patch 16/55] kprobes: fix a memory leak in function pre_handler_kretprobe()
` [patch 17/55] at_hdmac: bugfix for enabling channel irq
` [patch 18/55] mm/filemap_xip.c: fix race condition in xip_file_fault()
` [patch 19/55] mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration
` [patch 20/55] drm/radeon: Set DESKTOP_HEIGHT register to the framebuffer (not mode) height
` [patch 21/55] drm/nouveau/gem: fix fence_sync race / oops
` [patch 22/55] drm/radeon/kms: disable output polling when suspended
` [patch 23/55] sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW
` [patch 24/55] ASoC: Ensure we generate a driver name
` [patch 25/55] udf: Mark LVID buffer as uptodate before marking it dirty
` [patch 26/55] drm/i915: HDMI hot remove notification to audio driver
` [patch 27/55] drm/i915: DisplayPort "
` [patch 28/55] drm/i915: check ACTHD of all rings
` [patch 29/55] drm/i915: Fix TV Out refresh rate
` [patch 30/55] drm/i915: handle 3rd pipe
` [patch 31/55] eCryptfs: Infinite loop due to overflow in ecryptfs_write()
` [patch 32/55] cifs: Fix oops in session setup code for null user mounts
` [patch 33/55] atmel_lcdfb: fix usage of CONTRAST_CTR in suspend/resume
` [patch 34/55] lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep
` [patch 35/55] hwmon: (w83627ehf) Fix number of fans for NCT6776F
` [patch 36/55] ASoC: wm_hubs: Fix routing of input PGAs to line output mixer
` [patch 37/55] ASoC: wm_hubs: Correct line input to line output 2 paths
` [patch 38/55] ASoC: wm8962: Fix word length configuration
` [patch 39/55] pcmcia: fix socket refcount decrementing on each resume
` [patch 40/55] mm: compaction: check for overlapping nodes during isolation for migration
` [patch 41/55] mm: fix UP THP spin_is_locked BUGs
` [patch 42/55] target: Use correct preempted registration sense code
` [patch 43/55] target: Allow PERSISTENT RESERVE IN for non-reservation holder
` [patch 44/55] target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}
` [patch 45/55] Staging: asus_oled: fix image processing
` [patch 46/55] Staging: asus_oled: fix NULL-ptr crash on unloading
` [patch 47/55] staging: r8712u: Add new Sitecom UsB ID
` [patch 48/55] usb: gadget: zero: fix bug in loopback autoresume handling
` [patch 49/55] usb: Skip PCI USB quirk handling for Netlogic XLP
` [patch 50/55] USB: usbserial: add new PID number (0xa951) to the ftdi driver
` [patch 51/55] USB: add new zte 3g-dongles pid to option.c
` [patch 52/55] mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chip
` [patch 53/55] [CPUFREQ] powernow-k8: Avoid Pstate MSR accesses on systems supporting CPB
` [patch 54/55] [CPUFREQ] powernow-k8: Fix indexing issue
` [patch 55/55] [PATCH] net: fix NULL dereferences in check_peer_redir()

linux thread scheduling
 2012-02-10 22:44 UTC 

[RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF
 2012-02-10 22:56 UTC  (18+ messages)
` Compat 32-bit syscall entry from 64-bit task!? [was: Re: [RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF]
  ` Compat 32-bit syscall entry from 64-bit task!?

[PATCH] eCryptfs: Quota check incorrectly ignored
 2012-02-10 22:58 UTC  (2+ messages)
` Fwd: "

[00/21] 2.6.32.57-longterm review
 2012-02-10 22:48 UTC  (22+ messages)
` [01/21] IB/mlx4: pass SMP vendor-specific attribute MADs to firmware
` [02/21] mm/filemap_xip.c: fix race condition in xip_file_fault()
` [03/21] NFSv4: Fix up the callers of nfs4_state_end_reclaim_reboot
` [04/21] NFSv4: The state manager shouldnt exit on errors that were handled
` [05/21] NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctly
` [06/21] NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease
` [07/21] NFSv4: Fix open recovery
` [08/21] rpc client can not deal with ENOSOCK, so translate it into ENOCONN
` [09/21] udf: Mark LVID buffer as uptodate before marking it dirty
` [10/21] drm/i915: Fix TV Out refresh rate
` [11/21] eCryptfs: Infinite loop due to overflow in ecryptfs_write()
` [12/21] atmel_lcdfb: fix usage of CONTRAST_CTR in suspend/resume
` [13/21] Staging: asus_oled: fix image processing
` [14/21] Staging: android: binder: Dont call dump_stack in binder_vma_open
` [15/21] Staging: android: binder: Fix crashes when sharing a binder file between processes
` [16/21] usb: gadget: zero: fix bug in loopback autoresume handling
` [17/21] usb: Skip PCI USB quirk handling for Netlogic XLP
` [18/21] USB: usbserial: add new PID number (0xa951) to the ftdi driver
` [19/21] mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chip
` [20/21] net: fix sk_forward_alloc corruptions
` [21/21] net: sock_queue_err_skb() dont mess with sk_forward_alloc

[PATCH] omap: board-omap3evm: add required smsc911x regulators
 2012-02-10 22:53 UTC  (4+ messages)

WARNING: at kernel/timer.c:1011 del_timer_sync+0x56/0x60() - 3.2.2 - tulip?
 2012-02-10 22:51 UTC  (3+ messages)
  ` Ignorant question: Is via rhine dangerous when on but not networked?

[PATCH] PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up
 2012-02-10 22:40 UTC  (3+ messages)

[PATCH 0/4] CPU hotplug, cpusets: Fix CPU online handling related to cpusets
 2012-02-10 22:39 UTC  (3+ messages)

[PATCH] sched: generalize CONFIG_IRQ_TIME_ACCOUNTING for X86 and ARM
 2012-02-10 22:28 UTC  (2+ messages)

[Resend PATCH 00/60] highmem: remove the second argument of k[un]map_atomic()
 2012-02-10 22:18 UTC  (3+ messages)
` [PATCH 25/60] target: "

[PATCH -v2 0/9] PCI : bridge resource reallocation patchset -- followup
 2012-02-10 22:11 UTC  (21+ messages)
` [PATCH 2/9] PCI: Fix /sys warning when sriov enabled card is hot removed
` [PATCH 3/9] PCI: Disable cardbus bridge MEM1 pref CTL
` [PATCH 4/9] PCI: Fix cardbus bridge resources as optional size handling
` [PATCH 7/9] PCI: Make pci bridge reallocating enabled/disabled
` [PATCH 8/9] PCI: print out suggestion about using pci=realloc
` [PATCH 9/9] PCI: only enable pci realloc when SRIOV bar is not assigned

[PATCH v5] Merge ipt_LOG and ip6t_LOG, add ring bufffer support
 2012-02-10 22:10 UTC  (7+ messages)
` [PATCH 1/2] iptables: Merge libip6t_LOG and libipt_LOG into libxt_LOG
` [PATCH 1/4] Netfilter: Merge ipt_LOG and ip6_LOG into xt_LOG
` [PATCH 2/2] iptables: xt_LOG: Add ring buffer support
` [PATCH 2/4] ring_buffer: Export for_each_buffer_cpu()
` [PATCH 3/4] xt_log: Make printk() in sb_close() optional
` [PATCH 4/4] Netfilter: xt_LOG: Implement ring buffer support

[PATCH 02/15] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages
 2012-02-10 22:07 UTC  (13+ messages)

Bug in disk event polling
 2012-02-10 21:44 UTC  (5+ messages)

[PATCH 0/3] Updates for SGI UV1/UV2 systems
 2012-02-10 21:43 UTC  (3+ messages)
` [PATCH 3/3] UV Update NMI handlers

[PATCH 0/4] signal: force_sig cleanups
 2012-02-10 21:25 UTC  (3+ messages)
` [PATCH 1/4] signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLE

Direct i/o changes break all non-GPL file systems
 2012-02-10 21:19 UTC  (6+ messages)

Compat 32-bit syscall entry from 64-bit task!?
 2012-02-10 21:19 UTC  (3+ messages)

[PATCH] locks: export device name
 2012-02-10 21:06 UTC 

[PATCH v2] scripts/coccinelle/misc/boolinit.cocci: semantic patch for bool issues
 2012-02-10 21:05 UTC  (3+ messages)

[PATCH v3] scripts/coccinelle/misc/boolinit.cocci: semantic patch for bool issues
 2012-02-10 21:05 UTC 

WARNING: at arch/x86/kernel/smp.c:119 native_smp_send_reschedule+0x25/0x43()
 2012-02-10 21:04 UTC  (11+ messages)

[GIT] Networking
 2012-02-10 21:00 UTC 

scsi_id: sending ioctl 2285 to a partition
 2012-02-10 20:57 UTC  (8+ messages)

scsi_id: sending ioctl 2285 to a partition
 2012-02-10 20:52 UTC  (2+ messages)

[PATCH -v5 0/24] PCI: allocate pci bus num range for unassigned bridge busn + pci rescan cleanup
 2012-02-10 20:51 UTC  (5+ messages)
` [PATCH 01/24] PCI: Add iobusn_resource

[PATCH 0/3] pinctrl: move the core per-device handlers to core
 2012-02-10 20:51 UTC  (3+ messages)

[v7 0/8] Reduce cross CPU IPI interference
 2012-02-10 20:39 UTC  (13+ messages)

[RFC 0/5] kernel: backtrace unwind support
 2012-02-10 20:37 UTC  (7+ messages)

mmc sdhci mmcblk0: error -110 sending status command, retrying
 2012-02-10 20:28 UTC  (15+ messages)

[PATCH 1/3] ACPI: Provide config option to disable BIOS brightness changes on power events
 2012-02-10 20:31 UTC  (3+ messages)
` [PATCH 3/3] pcie: Add support for setting default ASPM policy


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