| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-07-19 | 2 | -0/+15 |
|\ |
|
| * | [GENETLINK]: Dynamic multicast groups. | Johannes Berg | 2007-07-18 | 1 | -0/+13 |
| * | [NETLIKN]: Allow removing multicast groups. | Johannes Berg | 2007-07-18 | 1 | -0/+1 |
| * | [NETLINK]: allocate group bitmaps dynamically | Johannes Berg | 2007-07-18 | 1 | -0/+1 |
* | | include/linux/pci_id.h: add amd northbridge defines | Douglas Thompson | 2007-07-19 | 1 | -0/+2 |
* | | drivers/edac: mod assert_error check | Dave Jiang | 2007-07-19 | 1 | -1/+1 |
* | | drivers/edac: new inte 30x0 MC driver | Jason Uhlenkott | 2007-07-19 | 1 | -0/+1 |
* | | drivers/edac: add new nmi rescan | Dave Jiang | 2007-07-19 | 1 | -0/+29 |
* | | lguest: the host code | Rusty Russell | 2007-07-19 | 2 | -6/+79 |
* | | lguest: the guest code | Rusty Russell | 2007-07-19 | 2 | -0/+133 |
* | | knfsd: clean up EX_RDONLY | J. Bruce Fields | 2007-07-19 | 1 | -0/+1 |
* | | knfsd: move EX_RDONLY out of header | J. Bruce Fields | 2007-07-19 | 1 | -12/+0 |
* | | move page writeback acounting out of macros | Andrew Morton | 2007-07-19 | 1 | -30/+8 |
* | | stacktrace: fix header file for !CONFIG_STACKTRACE | Johannes Berg | 2007-07-19 | 1 | -1/+1 |
* | | lockstat: measure lock bouncing | Peter Zijlstra | 2007-07-19 | 1 | -1/+16 |
* | | lockdep: various fixes | Peter Zijlstra | 2007-07-19 | 1 | -1/+2 |
* | | lockstat: core infrastructure | Peter Zijlstra | 2007-07-19 | 1 | -0/+53 |
* | | fix raw_spinlock_t vs lockdep | Peter Zijlstra | 2007-07-19 | 2 | -10/+3 |
* | | coda: remove statistics counters from /proc/fs/coda | Jan Harkes | 2007-07-19 | 3 | -81/+0 |
* | | coda: remove struct coda_sb_info | Jan Harkes | 2007-07-19 | 1 | -7/+2 |
* | | coda: block signals during upcall processing | Jan Harkes | 2007-07-19 | 1 | -1/+0 |
* | | coredump masking: add an interface for core dump filter | Kawai, Hidehiro | 2007-07-19 | 1 | -0/+14 |
* | | coredump masking: reimplementation of dumpable using two flags | Kawai, Hidehiro | 2007-07-19 | 1 | -1/+8 |
* | | fs: remove path_walk export | Josef 'Jeff' Sipek | 2007-07-19 | 1 | -1/+0 |
* | | fs: mark link_path_walk static | Josef 'Jeff' Sipek | 2007-07-19 | 1 | -1/+0 |
* | | fs: introduce vfs_path_lookup | Josef 'Jeff' Sipek | 2007-07-19 | 1 | -0/+2 |
* | | mm: variable length argument support | Ollie Wild | 2007-07-19 | 2 | -6/+21 |
* | | audit: rework execve audit | Peter Zijlstra | 2007-07-19 | 1 | -0/+1 |
* | | jprobes: make jprobes a little safer for users | Michael Ellerman | 2007-07-19 | 1 | -0/+1 |
* | | jprobes: remove JPROBE_ENTRY() | Michael Ellerman | 2007-07-19 | 1 | -0/+3 |
* | | jprobes: make struct jprobe.entry a void * | Michael Ellerman | 2007-07-19 | 1 | -1/+1 |
* | | readahead: sanify file_ra_state names | Fengguang Wu | 2007-07-19 | 1 | -55/+6 |
* | | readahead: split ondemand readahead interface into two functions | Rusty Russell | 2007-07-19 | 1 | -6/+14 |
* | | mm: share PG_readahead and PG_reclaim | Fengguang Wu | 2007-07-19 | 1 | -1/+3 |
* | | readahead: remove the old algorithm | Fengguang Wu | 2007-07-19 | 2 | -17/+1 |
* | | readahead: on-demand readahead logic | Fengguang Wu | 2007-07-19 | 1 | -0/+6 |
* | | readahead: data structure and routines | Fengguang Wu | 2007-07-19 | 1 | -0/+64 |
* | | readahead: introduce PG_readahead | Fengguang Wu | 2007-07-19 | 1 | -0/+5 |
* | | AIO sparse fix (type of ki_flags) | David Brownell | 2007-07-19 | 1 | -1/+1 |
* | | unregister_chrdev() return void | Akinobu Mita | 2007-07-19 | 1 | -1/+1 |
* | | PM: Integrate beeping flag with existing acpi_sleep flags | Pavel Machek | 2007-07-19 | 1 | -2/+1 |
* | | PM: Optional beeping during resume from suspend to RAM | Nigel Cunningham | 2007-07-19 | 1 | -0/+1 |
* | | PM: Introduce pm_power_off_prepare | Rafael J. Wysocki | 2007-07-19 | 1 | -0/+1 |
* | | PM: introduce hibernation and suspend notifiers | Rafael J. Wysocki | 2007-07-19 | 2 | -5/+49 |
* | | Freezer: avoid freezing kernel threads prematurely | Rafael J. Wysocki | 2007-07-19 | 1 | -4/+5 |
* | | swsusp: introduce restore platform operations | Rafael J. Wysocki | 2007-07-19 | 1 | -0/+4 |
* | | Remove alloc_zeroed_user_highpage() | Mel Gorman | 2007-07-19 | 1 | -15/+0 |
* | | mm: fault feedback #2 | Nick Piggin | 2007-07-19 | 1 | -45/+13 |
* | | mm: fault feedback #1 | Nick Piggin | 2007-07-19 | 1 | -34/+50 |
* | | mm: merge populate and nopage into fault (fixes nonlinear) | Nick Piggin | 2007-07-19 | 1 | -7/+34 |