Age | Commit message (Expand) | Author | Files | Lines |
2005-06-21 | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 14 | -30/+147 |
2005-06-21 | [PATCH] node local per-cpu-pages | Christoph Lameter | 6 | -38/+195 |
2005-06-21 | [PATCH] Hugepage consolidation | David Gibson | 19 | -850/+300 |
2005-06-21 | [PATCH] VM: rate limit early reclaim | Martin Hicks | 3 | -0/+13 |
2005-06-21 | [PATCH] VM: add __GFP_NORECLAIM | Martin Hicks | 3 | -3/+6 |
2005-06-21 | [PATCH] VM: early zone reclaim | Martin Hicks | 9 | -8/+104 |
2005-06-21 | [PATCH] VM: add may_swap flag to scan_control | Martin Hicks | 1 | -1/+6 |
2005-06-21 | [PATCH] mm: add /proc/zoneinfo | Nikita Danilov | 2 | -2/+125 |
2005-06-21 | [PATCH] madvise: merge the maps | Prasanna Meda | 1 | -29/+51 |
2005-06-21 | [PATCH] madvise: do not split the maps | Prasanna Meda | 1 | -11/+16 |
2005-06-21 | [PATCH] vmscan: notice slab shrinking | akpm@osdl.org | 1 | -5/+14 |
2005-06-21 | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 37 | -125/+119 |
2005-06-21 | [PATCH] x86_64: TASK_SIZE fixes for compatibility mode processes | Suresh Siddha | 7 | -30/+25 |
2005-06-21 | [PATCH] coverity: idr_get_new_above_int() overrun fix | Zaur Kambarov | 1 | -1/+1 |
2005-06-21 | [PATCH] coverity: ipmi: avoid overrun of ipmi_interfaces[] | Zaur Kambarov | 1 | -1/+1 |
2005-06-21 | [PATCH] megaraid build fix | bobl | 1 | -1/+1 |
2005-06-21 | [PATCH] arm: irqs_disabled() type fix | Andrew Morton | 1 | -1/+1 |
2005-06-21 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2 | -2/+38 |
2005-06-21 | [SPARC64]: Add prefetch support. | David S. Miller | 1 | -0/+34 |
2005-06-21 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 53 | -676/+2823 |
2005-06-21 | [PATCH] devfs: remove devfs from Kconfig preventing it from being built | Greg KH | 1 | -50/+0 |
2005-06-21 | [SPARC64]: Fix cmsg length checks in Solaris emulation layer. | David S. Miller | 1 | -2/+4 |
2005-06-21 | Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 22 | -201/+100 |
2005-06-21 | [IPV4]: Fix fib_trie.c's args to fib_dump_info(). | David S. Miller | 1 | -1/+1 |
2005-06-21 | [NETFILTER]: Fix ip6t_LOG sit tunnel logging | Patrick McHardy | 1 | -35/+19 |
2005-06-21 | [NETFILTER]: Drop conntrack reference in ip_call_ra_chain()/ip_mr_input() | Patrick McHardy | 2 | -0/+2 |
2005-06-21 | [NETFILTER]: Check TCP checksum in ipt_REJECT | Patrick McHardy | 1 | -1/+12 |
2005-06-21 | [NETFILTER]: Avoid unncessary checksum validation in UDP connection tracking | Keir Fraser | 1 | -0/+1 |
2005-06-21 | [NETFILTER]: Missing owner-field initialization in ip6table_raw | Patrick McHardy | 1 | -2/+4 |
2005-06-21 | [NETFILTER]: expectation timeouts are compulsory | Phil Oester | 1 | -9/+5 |
2005-06-21 | [NETFILTER]: Restore netfilter assumptions in IPv6 multicast | Patrick McHardy | 1 | -21/+26 |
2005-06-21 | [NETFILTER]: Kill nf_debug | Patrick McHardy | 13 | -239/+0 |
2005-06-21 | [NETFILTER]: Kill lockhelp.h | Patrick McHardy | 23 | -302/+160 |
2005-06-21 | [IPV6]: multicast join and misc | David L Stevens | 2 | -2/+24 |
2005-06-21 | [IPV6]: V6 route events reported with wrong netlink PID and seq number | Jamal Hadi Salim | 7 | -63/+74 |
2005-06-21 | [IPV4]: Add LC-Trie FIB lookup algorithm. | Robert Olsson | 4 | -1/+2495 |
2005-06-21 | [NETLINK]: netlink_callback structure needs 5 args not 4 | Alexey Kuznetsov | 1 | -1/+1 |
2005-06-20 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 224 | -2361/+2987 |
2005-06-20 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 40 | -318/+839 |
2005-06-20 | [PATCH] PCI: fix show_modalias() function due to attribute change | Greg Kroah-Hartman | 1 | -1/+1 |
2005-06-20 | [PATCH] USB: fix show_modalias() function due to attribute change | Greg Kroah-Hartman | 1 | -1/+1 |
2005-06-20 | [PATCH] SYSFS: fix PAGE_SIZE check | Jon Smirl | 1 | -1/+1 |
2005-06-20 | [PATCH] Driver core: Don't "lose" devices on suspend on failure | Benjamin Herrenschmidt | 1 | -1/+12 |
2005-06-20 | [PATCH] sysfs-iattr: set inode attributes | Maneesh Soni | 3 | -8/+35 |
2005-06-20 | [PATCH] sysfs-iattr: add sysfs_setattr | Maneesh Soni | 4 | -0/+69 |
2005-06-20 | [PATCH] sysfs-iattr: attach sysfs_dirent before new inode | Maneesh Soni | 1 | -10/+15 |
2005-06-20 | [PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic sysfs callbacks | Yani Ioannou | 1 | -283/+241 |
2005-06-20 | [PATCH] I2C: add i2c sensor_device_attribute and macros | Yani Ioannou | 1 | -0/+36 |
2005-06-20 | [PATCH] Driver Core: include: update device attribute callbacks | Yani Ioannou | 1 | -1/+1 |
2005-06-20 | [PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c... | Yani Ioannou | 14 | -93/+93 |