| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | [PATCH] Small fixes to driver core | Alan Stern | 2005-11-23 | 2 | -17/+12 |
* | | [BRIDGE]: recompute features when adding a new device | Olaf Rempel | 2005-11-23 | 1 | -0/+1 |
* | | [NETFILTER]: ip_conntrack_netlink.c needs linux/interrupt.h | Benoit Boissinot | 2005-11-23 | 1 | -0/+1 |
* | | [PATCH] 32bit integer overflow in invalidate_inode_pages2() | Oleg Drokin | 2005-11-23 | 1 | -3/+3 |
* | | [PATCH] jffs2 debug gcc-2.9x fix | Andrew Morton | 2005-11-23 | 1 | -4/+4 |
* | | [PATCH] powerpc: fix for hugepage areas straddling 4GB boundary | David Gibson | 2005-11-23 | 2 | -6/+6 |
* | | [PATCH] Fix crash in unregister_console() | Benjamin Herrenschmidt | 2005-11-23 | 1 | -1/+1 |
* | | [PATCH] fix do_wait() vs exec() race | Oleg Nesterov | 2005-11-23 | 1 | -4/+4 |
* | | [PATCH] kprobes: Fix return probes on sys_execve | Jim Keniston | 2005-11-23 | 4 | -22/+0 |
* | | [PATCH] mm: fill arch atomic64 gaps | Hugh Dickins | 2005-11-23 | 3 | -15/+44 |
* | | [PATCH] mm: powerpc init_mm without ptlock | Hugh Dickins | 2005-11-23 | 1 | -4/+0 |
* | | [PATCH] mm: powerpc ptlock comments | Hugh Dickins | 2005-11-23 | 4 | -6/+10 |
* | | [PATCH] mm: unbloat get_futex_key | Hugh Dickins | 2005-11-23 | 1 | -15/+0 |
* | | [PATCH] mm: update split ptlock Kconfig | Hugh Dickins | 2005-11-23 | 1 | -4/+2 |
* | | [PATCH] revert floppy-fix-read-only-handling | Andrew Morton | 2005-11-23 | 1 | -6/+0 |
* | | [PATCH] Check the irq number is within bounds | Matthew Wilcox | 2005-11-23 | 1 | -0/+15 |
* | | Revert "[NET]: Shut up warnings in net/core/flow.c" | Linus Torvalds | 2005-11-23 | 1 | -7/+1 |
|/ |
|
* | compat-ioctl.c: fix compile with no CONFIG_JBD | Linus Torvalds | 2005-11-22 | 1 | -17/+0 |
* | Fix up GFP_ZONEMASK for GFP_DMA32 usage | Linus Torvalds | 2005-11-22 | 2 | -16/+11 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-11-22 | 1 | -6/+6 |
|\ |
|
| * | [SPARC]: drivers/sbus/char/aurora.c: "extern inline" -> "static inline" | Adrian Bunk | 2005-11-22 | 1 | -6/+6 |
* | | [NET]: Fix ifenslave to not fail on lack of IP information | Neil Horman | 2005-11-22 | 1 | -8/+1 |
* | | [NETFILTER] ctnetlink: Fix refcount leak ip_conntrack/nat_proto | Pablo Neira Ayuso | 2005-11-22 | 1 | -12/+12 |
* | | [IPV4]: Fix secondary IP addresses after promotion | Jamal Hadi Salim | 2005-11-22 | 3 | -11/+34 |
* | | [NETLINK]: Use tgid instead of pid for nlmsg_pid | Herbert Xu | 2005-11-22 | 1 | -1/+1 |
* | | [NET]: Shut up warnings in net/core/flow.c | Russell King | 2005-11-22 | 1 | -1/+7 |
|/ |
|
* | [PATCH] prefer pkg-config for the QT check | Roman Zippel | 2005-11-22 | 1 | -29/+39 |
* | [PATCH] device-mapper raid1: drop mark_region spinlock fix | Jonathan E Brassow | 2005-11-22 | 1 | -11/+9 |
* | [PATCH] device-mapper snapshot: bio_list fix | jblunck@suse.de | 2005-11-22 | 1 | -0/+3 |
* | [PATCH] device-mapper dm-mpath: endio spinlock fix | Stefan Bader | 2005-11-22 | 1 | -6/+7 |
* | [PATCH] device-mapper: mirror log bitset fix | Alasdair G Kergon | 2005-11-22 | 1 | -2/+2 |
* | [PATCH] device-mapper: list_versions fix | Alasdair G Kergon | 2005-11-22 | 1 | -1/+1 |
* | [PATCH] device-mapper dm-ioctl: missing put in table load error case | Kiyoshi Ueda | 2005-11-22 | 1 | -0/+1 |
* | [PATCH] kernel Doc/ URL corrections | Randy Dunlap | 2005-11-22 | 19 | -76/+79 |
* | [PATCH] dell_rbu driver depends on x86[64] | Dave Jones | 2005-11-22 | 1 | -0/+1 |
* | [PATCH] Fix a bug in scsi_get_command | Matthew Dobson | 2005-11-22 | 1 | -1/+1 |
* | [PATCH] cpufreq: silence cpufreq for UP | Grant Coady | 2005-11-22 | 1 | -1/+1 |
* | [PATCH] hugetlb: fix race in set_max_huge_pages for multiple updaters of nr_h... | Eric Paris | 2005-11-22 | 1 | -0/+6 |
* | [PATCH] vgacon: Fix usage of stale height value on vc initialization | Antonino A. Daplas | 2005-11-22 | 1 | -0/+1 |
* | [PATCH] fbcon: Console Rotation - Fix wrong shift calculation | Antonino A. Daplas | 2005-11-22 | 1 | -2/+2 |
* | [PATCH] Fix hugetlbfs_statfs() reporting of block limits | David Gibson | 2005-11-22 | 1 | -4/+8 |
* | [PATCH] Fix error handling with put_compat_statfs() | David Gibson | 2005-11-22 | 1 | -8/+8 |
* | [PATCH] unpaged: fix sound Bad page states | Hugh Dickins | 2005-11-22 | 3 | -2/+4 |
* | [PATCH] unpaged: copy_page_range vma | Hugh Dickins | 2005-11-22 | 1 | -1/+1 |
* | [PATCH] unpaged: PG_reserved bad_page | Hugh Dickins | 2005-11-22 | 1 | -12/+34 |
* | [PATCH] unpaged: ZERO_PAGE in VM_UNPAGED | Hugh Dickins | 2005-11-22 | 2 | -3/+13 |
* | [PATCH] unpaged: anon in VM_UNPAGED | Hugh Dickins | 2005-11-22 | 2 | -24/+46 |
* | [PATCH] unpaged: COW on VM_UNPAGED | Hugh Dickins | 2005-11-22 | 1 | -12/+25 |
* | [PATCH] unpaged: VM_NONLINEAR VM_RESERVED | Hugh Dickins | 2005-11-22 | 2 | -14/+7 |
* | [PATCH] unpaged: VM_UNPAGED | Hugh Dickins | 2005-11-22 | 9 | -24/+30 |