messages from 2010-11-09 01:11:24 to 2010-11-09 10:07:34 UTC [more...]
Radeon RS780 - BUG: unable to handle kernel NULL pointer dereference
2010-11-09 10:07 UTC (9+ messages)
[PATCH] ASoC: Fix compile error if CONFIG_DEBUG_FS is not configured
2010-11-09 10:01 UTC (2+ messages)
[PATCH 1/6] fs: add hole punching to fallocate
2010-11-09 10:05 UTC (11+ messages)
` [PATCH 2/6] XFS: handle hole punching via fallocate properly
` [PATCH 5/6] Btrfs: fail if we try to use hole punch
[RFC/PATCH v3 2/4] usb: Configure endpoint according to gadget speed
2010-11-09 10:04 UTC (2+ messages)
[PATCH] drivers/hwmon: Use pr_fmt and pr_<level>
2010-11-09 10:04 UTC (13+ messages)
` [PATCH 15/32] drivers/hwmon/it87.c: "
` [PATCH 18/32] drivers/hwmon/lm78.c: "
` [PATCH 19/32] drivers/hwmon/pc87360.c: "
` [PATCH 20/32] drivers/hwmon/pc87427.c: "
` [PATCH 32/32] drivers/hwmon/w83781d.c: "
[PATCH] mxcmmc: Add the ability to bind a regulator to manage the MMC card voltage
2010-11-09 10:03 UTC (3+ messages)
[RFC v2 16/21] tcm: Add PSCSI subsystem plugin
2010-11-09 9:56 UTC (5+ messages)
ATTENTION WINNER
2010-11-09 9:35 UTC
[PATCH] EG20T: Update PCH_I2C driver to 2.6.36
2010-11-09 9:50 UTC (4+ messages)
[PATCH 1/6 v2] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's
2010-11-09 9:49 UTC (13+ messages)
` [PATCH 6/6 v2] ARM: Add support for the display controllers in VT8500 and WM8505
` [PATCH 6/6 v3] "
` [PATCH 6/6 v4] "
[PATCH 1/3] KVM: MMU: fix missing post sync audit
2010-11-09 9:52 UTC (11+ messages)
` [PATCH 2/3] KVM: MMU: don not retry #PF for nonpaging guest
` [PATCH 3/3] KVM: MMU: retry #PF for softmmu
duplicate symbol
2010-11-09 9:40 UTC
[PATCH] fix size checks for mmap() on /proc/bus/pci files (resent)
2010-11-09 9:43 UTC (2+ messages)
[PATCH v2] hwmon: (gpio-fan) Fix fan_ctrl_init error path
2010-11-09 9:41 UTC (2+ messages)
` [lm-sensors] "
[PATCH v2 00/23] netoops support
2010-11-09 9:38 UTC (12+ messages)
` [PATCH v2 12/23] netpoll: Introduce netpoll_target configs
` [RFC PATCH] configfs: make it not be a module any more
` [PATCH v2 17/23] kmsg_dumper: Introduce a new 'SOFT' dump reason
[PATCH] hwmon: (gpio-fan) Fix fan_ctrl_init error path
2010-11-09 9:25 UTC (6+ messages)
[ANNOUNCE] fbdev git tree
2010-11-09 9:32 UTC
[PATCH 0/6] *** memcg: make throttle_vm_writeout() cgroup aware ***
2010-11-09 9:24 UTC (7+ messages)
` [PATCH 1/6] memcg: add mem_cgroup parameter to mem_cgroup_page_stat()
` [PATCH 2/6] memcg: pass mem_cgroup to mem_cgroup_dirty_info()
` [PATCH 3/6] memcg: make throttle_vm_writeout() memcg aware
` [PATCH 4/6] memcg: simplify mem_cgroup_page_stat()
` [PATCH 5/6] memcg: simplify mem_cgroup_dirty_info()
` [PATCH 6/6] memcg: make mem_cgroup_page_stat() return value unsigned
[Patch] debugfs: remove module_exit()
2010-11-09 9:19 UTC
dyntick-hpc and RCU
2010-11-09 9:22 UTC (3+ messages)
` [PATCH] a local-timer-free version of RCU
Transfer Offer
2010-11-09 9:16 UTC
[PATCH 1/4] tracing: introduce for_each_token macro
2010-11-09 9:12 UTC (4+ messages)
` [PATCH 2/4] tracing: introduce trace_set_clr_module_event
` [PATCH 3/4] tracing: update trace-events-sample.c
` [PATCH 4/4] tracing: update the trace/events.txt documentation
[PATCH] memcg: avoid "free" overflow in memcg_hierarchical_free_pages()
2010-11-09 9:10 UTC (2+ messages)
suspicious rcu_dereference_check() usage splat
2010-11-09 9:09 UTC (5+ messages)
[PATCH 0/4] ARM kdump fixes
2010-11-09 9:06 UTC (5+ messages)
` [PATCH 1/4] proc/vmcore: allow archs to override vmcore_elf_check_arch()
` [PATCH 2/4] ARM: provide zero vmcore_elf64_check_arch()
` [PATCH 3/4] ARM: add CONFIG_CRASH_DUMP to Kconfig
` [PATCH 4/4] ARM: memblock: convert reserve_crashkernel() to use memblock
[PATCH v15 00/17] Provide a zero-copy method on KVM virtio-net
2010-11-09 9:03 UTC (18+ messages)
` [PATCH v15 01/17] Add a new structure for skb buffer from external
` [PATCH v15 02/17]Add a new struct for device to manipulate external buffer
` [PATCH v15 03/17]Add a ndo_mp_port_prep pointer to net_device_ops
` [PATCH v15 04/17]Add a function make external buffer owner to query capability
` [PATCH v15 05/17] Add a function to indicate if device use external buffer
` [PATCH v15 06/17] Use callback to deal with skb_release_data() specially
` [PATCH v15 07/17]Modify netdev_alloc_page() to get external buffer
` [PATCH v15 08/17]Modify netdev_free_page() to release "
` [PATCH v15 09/17] Don't do skb recycle, if device use "
` [PATCH v15 10/17]If device is in zero-copy mode first, bonding will fail
` [PATCH v15 11/17] Add a hook to intercept external buffers from NIC driver
` [PATCH v15 12/17] Add header file for mp device
` [PATCH v15 13/17] Add mp(mediate passthru) device
` [PATCH v15 14/17]Add a kconfig entry and make entry for mp device
` [PATCH v15 15/17] Provides multiple submits and asynchronous notifications
` [PATCH v15 16/17] An example how to modifiy NIC driver to use napi_gro_frags() interface
` [PATCH v15 17/17] An example how to alloc user buffer based on "
[RFC PATCH] include/linux/kernel.h: Add config option for pr_fmt(fmt)
2010-11-09 8:42 UTC (12+ messages)
[PATCH RFC 0/8] Dynamic clock devices
2010-11-09 8:23 UTC (4+ messages)
` [PATCH RFC 2/8] clock device: convert clock_gettime
[PATCH 08/16 v2] pramfs: headers
2010-11-09 8:19 UTC (5+ messages)
pciehp - Problems with ExpressCard hotplug
2010-11-09 8:17 UTC (5+ messages)
Transfer Offer
2010-11-09 8:11 UTC
[PATCH] arm: fix compilation warning during compilation
2010-11-09 8:07 UTC (5+ messages)
fadvise DONTNEED implementation (or lack thereof)
2010-11-09 8:03 UTC (3+ messages)
PROBLEM: brcm80211 unable to survive suspend/resume cycle
2010-11-09 7:58 UTC (4+ messages)
[RFC PATCH 0/3] spi/xilinx: Merge OF and non-OF drivers
2010-11-09 7:30 UTC (5+ messages)
A MMC card transfer issue
2010-11-09 7:29 UTC (3+ messages)
Doubt about CRTSCTS preprocessor macro definition in termbits.h file
2010-11-09 7:27 UTC
[PATCH] drivers/misc: Altera Cyclone active serial implementation
2010-11-09 7:22 UTC (5+ messages)
[PATCH 0/14] delete double assignment
2010-11-09 7:10 UTC (4+ messages)
` [PATCH 6/14] arch/mips/pmc-sierra/yosemite/setup.c: "
2.6.37-rc1 kmemleak warnings when saving a file over cifs
2010-11-09 7:05 UTC (4+ messages)
usbmon: size of different fields?
2010-11-09 6:40 UTC
[PATCH v1.2 0/4] keys: trusted and encrypted keys
2010-11-09 6:40 UTC (5+ messages)
` [PATCH v1.2 3/4] keys: add new trusted key-type
[PATCH RFC] serio HIL MLC: don't deref null, don't leak and return proper error
2010-11-09 6:35 UTC (2+ messages)
[PATCH 00 of 66] Transparent Hugepage Support #32
2010-11-09 6:20 UTC (15+ messages)
` [PATCH 01 of 66] disable lumpy when compaction is enabled
` [PATCH 02 of 66] mm, migration: Fix race between shift_arg_pages and rmap_walk by guaranteeing rmap_walk finds PTEs created within the temporary stack
` [PATCH 08 of 66] fix bad_page to show the real reason the page is bad
` [PATCH 29 of 66] don't alloc harder for gfp nomemalloc even if nowait
` [PATCH 43 of 66] don't leave orhpaned swap cache after ksm merging
` [PATCH 55 of 66] select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled
` [PATCH 64 of 66] scale nr_rotated to balance memory pressure
"BUG: soft lockup - CPU#0 stuck for 61s! [kswapd0:184]"
2010-11-09 5:50 UTC (3+ messages)
[PATCH RFC] Restrictions on module loading
2010-11-09 5:42 UTC (2+ messages)
` [Security] "
[PATCH] Restrict unprivileged access to kernel syslog
2010-11-09 5:39 UTC (3+ messages)
` [Security] "
[PATCH] include/linux/kernel.h: Move logging bits to include/linux/logging.h
2010-11-09 5:38 UTC
[PATCH] include/linux/kernel.h: Move logging bits to include/linux/logging.h
2010-11-09 5:37 UTC
how to read one udp packet with more than one recvfrom() calls?
2010-11-09 5:35 UTC (2+ messages)
[v2 PATCH] ftrace: Speed up recordmcount
2010-11-09 5:35 UTC (3+ messages)
[PATCH] EG20T: Update PCH_UART driver to 2.6.36
2010-11-09 5:01 UTC
[DRAFT PATCH 2/3] perf: Implement Nehalem uncore pmu
2010-11-09 5:01 UTC (3+ messages)
[PATCH v7] USB device driver of Topcliff PCH
2010-11-09 4:57 UTC (4+ messages)
[PATCH] Check vmalloc return value in vpe_open
2010-11-08 22:44 UTC (4+ messages)
` [PATCH] MIPS VPE support module: don't deref potentially null pbuffer and don't do pointless null check before vfree
2.6.37-rc1-git5 -- WARNING: at net/ipv4/devinet.c:137 in_dev_finish_destroy+0x3d/0x6e()
2010-11-09 4:20 UTC (8+ messages)
` [PATCH] inet: fix ip_mc_drop_socket()
[PATCH] PCI hotplug: ibmphp: Add check to prevent reading beyond mapped area
2010-11-09 4:20 UTC
linux-next: Tree for November 9
2010-11-09 4:16 UTC
linux-next: build failure after merge of the final tree
2010-11-09 4:03 UTC
[PATCH] powerpc: Add jump label support
2010-11-09 4:02 UTC (6+ messages)
[PATCH] memcg: avoid overflow in memcg_hierarchical_free_pages()
2010-11-09 3:52 UTC (5+ messages)
linux-next: build warning after merge of the finaltree
2010-11-09 3:51 UTC
fs: break out inode operations from inode_lock V4
2010-11-09 3:43 UTC (3+ messages)
[resend][PATCH 2/4] Revert "oom: deprecate oom_adj tunable"
2010-11-09 3:28 UTC (4+ messages)
[PATCH] vmstat: fix offset calculation on void*
2010-11-09 3:24 UTC (2+ messages)
[PATCH] iwl3945: Fix oops at module load
2010-11-09 3:04 UTC (4+ messages)
[patch 2/3]cfq-iosched: schedule dispatch for noidle queue
2010-11-09 2:58 UTC (8+ messages)
[PATCH] RFC: vmscan: add min_filelist_kbytes sysctl for protecting the working set
2010-11-09 2:53 UTC (3+ messages)
[PATCH] RFC: vmscan: add min_filelist_kbytes sysctl for protecting the working set
2010-11-09 2:49 UTC (3+ messages)
[PATCH] hwmon: (ad7414) Return proper error code for ad7414_probe()
2010-11-09 2:44 UTC (3+ messages)
` [lm-sensors] "
[PATCH] hwmon: (adt7470) Return proper error code for adt7470_probe()
2010-11-09 2:43 UTC (2+ messages)
` [lm-sensors] "
linux-next: manual merge of the trivial tree with Linus' tree
2010-11-09 2:31 UTC
[patch 3/3]cfq-iosched: don't idle if a deep seek queue is slow
2010-11-09 2:31 UTC (6+ messages)
linux-next: manual merge of the trivial tree with the tree
2010-11-09 2:27 UTC
[PATCH] perf: convert usages of profile_cpu in builtin-top.c to use cpu_list
2010-11-09 2:20 UTC
[Resend][PATCH 1/2] Drivers: block: Makefile: replace the use of <module>-objs with <module>-y
2010-11-09 2:14 UTC (6+ messages)
` [Resend][PATCH 2/2] Drivers: block: aoe: "
Compat-wireless for 2.6.36 final - 802.11 and Bluetooth and Ethernet
2010-11-09 2:13 UTC
[PATCH] x86: fix apic.h unused but set warnings v2
2010-11-09 1:50 UTC (5+ messages)
[PATCH] memcg: correct memcg_hierarchical_free_pages() return type
2010-11-09 1:49 UTC (2+ messages)
[PATCH] Tracing: do export trace_set_clr_event
2010-11-09 1:44 UTC (7+ messages)
[PATCH] USB: isp1362-hcd - fix section mismatch warning
2010-11-09 1:36 UTC (2+ messages)
[RFC PATCH] SCSI host lock push-down
2010-11-09 1:28 UTC (2+ messages)
linux-next: manual merge of the hid tree with Linus' tree
2010-11-09 1:33 UTC
[PATCH 07/17][trivial] net, wireless: Remove unnecessary casts of void ptr returning alloc function return values
2010-11-09 1:23 UTC (2+ messages)
[patch] fix per task latencytop accumulator
2010-11-09 1:14 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