Age | Commit message (Expand) | Author | Files | Lines |
2005-09-29 | [PATCH] uml makefiles sanitized | Al Viro | 33 | -573/+240 |
2005-09-28 | [PATCH] pcmcia: only start up nonstatic sockets if both mem and io are available | Dominik Brodowski | 1 | -1/+1 |
2005-09-28 | [PATCH] pcmcia: allow one port excludes | Dominik Brodowski | 1 | -4/+4 |
2005-09-28 | [PATCH] Keys: Add possessor permissions to keys [try #3] | David Howells | 11 | -350/+528 |
2005-09-28 | [PATCH] cpuset read past eof memory leak fix | Paul Jackson | 1 | -5/+6 |
2005-09-28 | Merge branch 'for-linus' from master.kernel.org:/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 8 | -72/+104 |
2005-09-28 | [PATCH] kmalloc_node IRQ safety fix | Alok N Kataria | 1 | -7/+18 |
2005-09-28 | [PATCH] ppc64: More hugepage fixes | Benjamin Herrenschmidt | 3 | -4/+6 |
2005-09-28 | [PATCH] device-mapper: Fix queue_if_no_path initialisation | Alasdair G Kergon | 1 | -6/+10 |
2005-09-28 | [PATCH] device-mapper: Trigger an event when a table is deleted | goggin, edward | 1 | -0/+9 |
2005-09-28 | [PATCH] swsusp: avoid problems if there are too many pages to save | Rafael J. Wysocki | 2 | -1/+8 |
2005-09-28 | [PATCH] orinoco: Fix flood of kernel log with stupid WE warnings | Benjamin Herrenschmidt | 1 | -1/+1 |
2005-09-28 | [PATCH] ppc64: Add missing barrier() in kexec code | Anton Blanchard | 1 | -0/+1 |
2005-09-28 | [PATCH] cpuset maintainers | Paul Jackson | 1 | -0/+9 |
2005-09-28 | [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs | john stultz | 1 | -3/+0 |
2005-09-28 | [PATCH] Add IPMI poweroff control to sysfs | Corey Minyard | 1 | -1/+1 |
2005-09-28 | [PATCH] ppc: fix stupid thinko in oprofile fix | Benjamin Herrenschmidt | 1 | -2/+1 |
2005-09-28 | [PATCH] Ignore trailing whitespace on kernel parameters correctly | Rusty Russell | 1 | -2/+8 |
2005-09-28 | [PATCH] epoll: handle timeout overflow | Davide Libenzi | 1 | -2/+6 |
2005-09-28 | [PATCH] swsusp: prevent possible memory leak | Rafael J. Wysocki | 1 | -3/+3 |
2005-09-28 | [PATCH] swsusp: remove wrong code from data_free | Rafael J. Wysocki | 1 | -4/+3 |
2005-09-28 | [PATCH] pktcdvd: MAINTAINERS record | Peter Osterlund | 1 | -0/+7 |
2005-09-28 | [PATCH] dvb: fix NULL pointer dereference when loading the budget-av module | Jon Burgess | 1 | -2/+2 |
2005-09-28 | [PATCH] v9fs: fix races in fid allocation | Latchesar Ionkov | 7 | -196/+200 |
2005-09-28 | [PATCH] Fix ext3_new_inode() failure paths | Chris Sykes | 1 | -15/+14 |
2005-09-28 | [PATCH] Fix ext2_new_inode() failure paths | Chris Sykes | 1 | -12/+13 |
2005-09-28 | [PATCH] fuse: check reserved node ID values | Miklos Szeredi | 1 | -0/+6 |
2005-09-28 | [PATCH] fuse: add required version info | Miklos Szeredi | 2 | -0/+13 |
2005-09-28 | [PATCH] mm: move_pte to remap ZERO_PAGE | Nick Piggin | 3 | -3/+18 |
2005-09-27 | [IB] mthca: fix hw_ver value returned from mthca_query_device | Jack Morgenstein | 1 | -1/+1 |
2005-09-27 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 28 | -1192/+908 |
2005-09-27 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -24/+94 |
2005-09-27 | [PATCH] Make POSIX message queue sys_mq_open() honor umask | Krzysztof Benedyczak | 1 | -0/+1 |
2005-09-27 | [TG3]: Update driver version and release date. | David S. Miller | 1 | -2/+2 |
2005-09-27 | [TG3]: misc. fixes | Michael Chan | 1 | -7/+46 |
2005-09-27 | [TG3]: 5780 PHY fixes | Michael Chan | 2 | -6/+32 |
2005-09-27 | [NEIGH]: Add debugging check when adding timers. | David S. Miller | 1 | -9/+14 |
2005-09-26 | [IB] mthca: Round up number of slots in HCA context memory table | Michael S. Tsirkin | 1 | -1/+1 |
2005-09-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 33 | -717/+992 |
2005-09-26 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 4 | -266/+327 |
2005-09-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 | Linus Torvalds | 10 | -48/+167 |
2005-09-26 | [PATCH] missing dependency on arm O= builds | Al Viro | 1 | -2/+2 |
2005-09-26 | [PATCH] m32r: more basic __user annotations | Al Viro | 2 | -12/+14 |
2005-09-26 | [PATCH] m32r: set CHECKFLAGS properly | Al Viro | 1 | -1/+1 |
2005-09-26 | [PATCH] m32r: missing __iomem in ioremap() declaration | Al Viro | 1 | -1/+1 |
2005-09-26 | [PATCH] useless includes of linux/irq.h in arch/i386 | Al Viro | 29 | -51/+1 |
2005-09-26 | [PATCH] missing asm/irq.h (cs89x0) | Al Viro | 1 | -0/+1 |
2005-09-26 | [SPARC64]: Do not do TLB pre-filling any more. | David S. Miller | 2 | -35/+0 |
2005-09-26 | [SPARC64]: Simplify Spitfire D-cache page flush. | David S. Miller | 1 | -46/+23 |
2005-09-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6 | David S. Miller | 22 | -614/+875 |