index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2005-06-23
[PATCH] generify early_pfn_to_nid
Andy Whitcroft
2
-0
/
+7
2005-06-23
[PATCH] Introduce new Kconfig option for NUMA or DISCONTIG
Dave Hansen
1
-3
/
+3
2005-06-23
[PATCH] sparsemem base: teach discontig about sparse ranges
Dave Hansen
1
-0
/
+2
2005-06-23
[PATCH] sparsemem base: reorganize page->flags bit operations
Dave Hansen
2
-21
/
+51
2005-06-23
[PATCH] sparsemem base: simple NUMA remap space allocator
Dave Hansen
1
-0
/
+9
2005-06-23
[PATCH] remove non-DISCONTIG use of pgdat->node_mem_map
Dave Hansen
7
-14
/
+8
2005-06-22
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
5
-15
/
+47
2005-06-22
[X25]: Fast select with no restriction on response
Shaun Pereira
2
-2
/
+6
2005-06-22
[X25]: Selective sub-address matching with call user data.
Shaun Pereira
2
-2
/
+11
2005-06-22
[NETPOLL]: allow multiple netpoll_clients to register against one interface
Jeff Moyer
1
-3
/
+12
2005-06-22
[NETPOLL]: Introduce a netpoll_info struct
Jeff Moyer
2
-10
/
+19
2005-06-22
[NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlock()
Jeff Moyer
1
-1
/
+1
2005-06-22
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-15
/
+9
2005-06-22
Merge rsync://client.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
17
-258
/
+284
2005-06-22
[PATCH] NFSv4: Clean up nfs4 lock state accounting
Trond Myklebust
2
-0
/
+6
2005-06-22
[PATCH] NLM: fix a client-side race on blocking locks.
Trond Myklebust
1
-1
/
+6
2005-06-22
[PATCH] NFS: Replace nfs_page insertion sort with a radix sort
Trond Myklebust
2
-4
/
+18
2005-06-22
[PATCH] NFS: Make searching and waiting on busy writeback requests more effic...
Trond Myklebust
1
-4
/
+8
2005-06-22
[PATCH] NFS: Ensure that fstat() always returns the correct mtime
Trond Myklebust
1
-0
/
+1
2005-06-22
[PATCH] NFS: Cleanup of caching code, and slight optimization of writes.
Trond Myklebust
1
-0
/
+1
2005-06-22
[PATCH] NFS: Fix the file size revalidation
Trond Myklebust
1
-1
/
+0
2005-06-22
[PATCH] NFS: Clean up readdir changes.
Trond Myklebust
1
-1
/
+0
2005-06-22
[PATCH] NFS: Hide NFS server-generated readdir cookies from userland
Olivier Galibert
1
-0
/
+3
2005-06-22
[PATCH] NFS: Cache the NFSv3 acls.
Andreas Gruenbacher
1
-0
/
+11
2005-06-22
[PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.
Andreas Gruenbacher
1
-0
/
+9
2005-06-22
[PATCH] NFS: Add support for NFSv3 ACLs
Andreas Gruenbacher
4
-0
/
+60
2005-06-22
[PATCH] NFSD: Add server support for NFSv3 ACLs.
Andreas Gruenbacher
5
-0
/
+115
2005-06-22
[PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a sing...
Andreas Gruenbacher
1
-1
/
+2
2005-06-22
[PATCH] RPC: Encode and decode arbitrary XDR arrays
Andreas Gruenbacher
1
-1
/
+18
2005-06-22
[PATCH] RPC: fix accounting bug in the case of a truncated RPC message
Trond Myklebust
1
-1
/
+1
2005-06-22
[PATCH] RPC: Lazy RPC receive buffer allocation
Olaf Kirch
1
-1
/
+1
2005-06-22
[PATCH] RPC: Allow multiple RPC client programs to share the same transport
Andreas Gruenbacher
1
-0
/
+2
2005-06-22
[PATCH] NFSv4: client-side caching NFSv4 ACLs
J. Bruce Fields
1
-1
/
+1
2005-06-22
[PATCH] NFSv4: Client-side xdr for writing NFSv4 acls
J. Bruce Fields
2
-0
/
+8
2005-06-22
[PATCH] NFSv4: Client-side xdr for reading NFSv4 acls
J. Bruce Fields
2
-0
/
+8
2005-06-22
[PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached acls
Trond Myklebust
2
-0
/
+2
2005-06-22
[PATCH] NFS: Allow NFS versions to support different sets of inode operations.
J. Bruce Fields
1
-0
/
+1
2005-06-22
[PATCH] NFS: cleanup: shrink struct nfs_open_context
Trond Myklebust
1
-1
/
+0
2005-06-22
[PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()
Trond Myklebust
1
-1
/
+0
2005-06-22
[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.
Trond Myklebust
1
-1
/
+0
2005-06-22
[PATCH] NFS: Header file cleanup...
Trond Myklebust
1
-241
/
+0
2005-06-22
[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...
Trond Myklebust
1
-0
/
+4
2005-06-22
[PATCH] ARM: Factor out common pmd_populate functionality
Russell King
1
-15
/
+9
2005-06-22
[NETFILTER]: Fix "iptables -D" rule deletion with ipt_CLUSTERIP target.
Harald Welte
1
-1
/
+2
2005-06-22
Merge kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds
1
-1
/
+1
2005-06-22
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6
Linus Torvalds
5
-16
/
+93
2005-06-22
[ALSA] Add const prefix
Takashi Iwai
1
-1
/
+1
2005-06-22
[ALSA] Add HDSP MADI driver
Takashi Iwai
1
-0
/
+131
2005-06-22
[ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriate
Jaroslav Kysela
1
-2
/
+2
2005-06-22
Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...
Jaroslav Kysela
122
-2742
/
+2174
[next]