| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] optimise loop driver a bit | Nick Piggin | 2005-06-23 | 1 | -1/+1 |
* | [PATCH] create a kstrdup library function | Paulo Marques | 2005-06-23 | 3 | -5/+4 |
* | [PATCH] fix for prune_icache()/forced final iput() races | Alexander Viro | 2005-06-23 | 1 | -0/+1 |
* | [PATCH] timers: introduce try_to_del_timer_sync() | Oleg Nesterov | 2005-06-23 | 1 | -1/+3 |
* | [PATCH] timers fixes/improvements | Oleg Nesterov | 2005-06-23 | 1 | -21/+9 |
* | [PATCH] blk: remove BLK_TAGS_{PER_LONG|MASK} | Tejun Heo | 2005-06-23 | 1 | -3/+0 |
* | [PATCH] blk: remove blk_queue_tag->real_max_depth optimization | Tejun Heo | 2005-06-23 | 1 | -1/+0 |
* | [PATCH] xen: x86_64: Add macro for debugreg | Vincent Hanquez | 2005-06-23 | 1 | -0/+8 |
* | [PATCH] xen: x86: Rename usermode macro | Vincent Hanquez | 2005-06-23 | 2 | -1/+3 |
* | [PATCH] xen: x86: add macro for debugreg | Vincent Hanquez | 2005-06-23 | 1 | -5/+9 |
* | [PATCH] eliminate duplicate rdpmc definition | Jan Beulich | 2005-06-23 | 1 | -5/+0 |
* | [PATCH] x86: cpu_khz type fix | Andrew Morton | 2005-06-23 | 1 | -1/+1 |
* | [PATCH] x86: #include asm/uaccess.h in asm/checksum.h | Alexey Dobriyan | 2005-06-23 | 1 | -0/+2 |
* | [PATCH] ia64: Selectable Timer Interrupt Frequency | Christoph Lameter | 2005-06-23 | 1 | -1/+1 |
* | [PATCH] i386: Selectable Frequency of the Timer Interrupt | Christoph Lameter | 2005-06-23 | 2 | -3/+7 |
* | [PATCH] Do not enforce unique IO_APIC_ID check for xAPIC systems (i386) | Natalie Protasevich | 2005-06-23 | 8 | -14/+0 |
* | [PATCH] NUMA aware block device control structure allocation | Christoph Lameter | 2005-06-23 | 4 | -5/+15 |
* | [PATCH] x86/x86_64: pcibus_to_node | Christoph Lameter | 2005-06-23 | 3 | -18/+13 |
* | [PATCH] ppc64: pcibus_to_node fix | Christoph Lameter | 2005-06-23 | 1 | -3/+1 |
* | [PATCH] m32r: build fix for asm-m32r/topology.h | Hirokazu Takata | 2005-06-23 | 1 | -43/+1 |
* | [PATCH] Platform SMIs and their interferance with tsc based delay calibration | Venkatesh Pallipadi | 2005-06-23 | 3 | -0/+8 |
* | [PATCH] add x86-64 specific support for sparsemem | Matt Tolentino | 2005-06-23 | 2 | -2/+26 |
* | [PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config options | Matt Tolentino | 2005-06-23 | 4 | -15/+13 |
* | [PATCH] ppc64: sparsemem memory model | Andy Whitcroft | 2005-06-23 | 3 | -14/+41 |
* | [PATCH] ppc64: add early_pfn_to_nid | Andy Whitcroft | 2005-06-23 | 1 | -0/+5 |
* | [PATCH] sparsemem hotplug base | Andy Whitcroft | 2005-06-23 | 1 | -5/+51 |
* | [PATCH] sparsemem swiss cheese numa layouts | Andy Whitcroft | 2005-06-23 | 1 | -0/+6 |
* | [PATCH] sparsemem memory model for i386 | Andy Whitcroft | 2005-06-23 | 4 | -45/+83 |
* | [PATCH] sparsemem memory model | Andy Whitcroft | 2005-06-23 | 3 | -18/+172 |
* | [PATCH] generify early_pfn_to_nid | Andy Whitcroft | 2005-06-23 | 2 | -0/+7 |
* | [PATCH] Introduce new Kconfig option for NUMA or DISCONTIG | Dave Hansen | 2005-06-23 | 1 | -3/+3 |
* | [PATCH] sparsemem base: teach discontig about sparse ranges | Dave Hansen | 2005-06-23 | 1 | -0/+2 |
* | [PATCH] sparsemem base: reorganize page->flags bit operations | Dave Hansen | 2005-06-23 | 2 | -21/+51 |
* | [PATCH] sparsemem base: simple NUMA remap space allocator | Dave Hansen | 2005-06-23 | 1 | -0/+9 |
* | [PATCH] remove non-DISCONTIG use of pgdat->node_mem_map | Dave Hansen | 2005-06-23 | 7 | -14/+8 |
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-06-22 | 5 | -15/+47 |
|\ |
|
| * | [X25]: Fast select with no restriction on response | Shaun Pereira | 2005-06-22 | 2 | -2/+6 |
| * | [X25]: Selective sub-address matching with call user data. | Shaun Pereira | 2005-06-22 | 2 | -2/+11 |
| * | [NETPOLL]: allow multiple netpoll_clients to register against one interface | Jeff Moyer | 2005-06-22 | 1 | -3/+12 |
| * | [NETPOLL]: Introduce a netpoll_info struct | Jeff Moyer | 2005-06-22 | 2 | -10/+19 |
| * | [NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlock() | Jeff Moyer | 2005-06-22 | 1 | -1/+1 |
| * | [NETFILTER]: Fix "iptables -D" rule deletion with ipt_CLUSTERIP target. | Harald Welte | 2005-06-22 | 1 | -1/+2 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-06-22 | 1 | -15/+9 |
|\ \ |
|
| * | | [PATCH] ARM: Factor out common pmd_populate functionality | Russell King | 2005-06-22 | 1 | -15/+9 |
* | | | Merge rsync://client.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2005-06-22 | 17 | -258/+284 |
|\ \ \ |
|
| * | | | [PATCH] NFSv4: Clean up nfs4 lock state accounting | Trond Myklebust | 2005-06-22 | 2 | -0/+6 |
| * | | | [PATCH] NLM: fix a client-side race on blocking locks. | Trond Myklebust | 2005-06-22 | 1 | -1/+6 |
| * | | | [PATCH] NFS: Replace nfs_page insertion sort with a radix sort | Trond Myklebust | 2005-06-22 | 2 | -4/+18 |
| * | | | [PATCH] NFS: Make searching and waiting on busy writeback requests more effic... | Trond Myklebust | 2005-06-22 | 1 | -4/+8 |
| * | | | [PATCH] NFS: Ensure that fstat() always returns the correct mtime | Trond Myklebust | 2005-06-22 | 1 | -0/+1 |