| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] Fix C version of ssnop to use the right opcode. | Ralf Baechle | 2006-02-07 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-02-05 | 4 | -24/+39 |
|\ |
|
| * | [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification | Patrick McHardy | 2006-02-04 | 2 | -16/+28 |
| * | [NETFILTER]: iptables: fix typos in ipt_connbytes.h | Yasuyuki Kozakai | 2006-02-04 | 1 | -2/+2 |
| * | [NETFILTER]: nf_conntrack: check address family when finding protocol module | Yasuyuki Kozakai | 2006-02-04 | 1 | -6/+9 |
* | | [PATCH] Fix "value computed is not used" compile warnings with gcc-4.1 | Takashi Iwai | 2006-02-05 | 2 | -2/+2 |
* | | [PATCH] jbd: fix transaction batching | Andrew Morton | 2006-02-05 | 1 | -0/+4 |
* | | [PATCH] reiserfs_get_acl() build fix | Andrew Morton | 2006-02-05 | 1 | -1/+5 |
* | | [PATCH] pktcdvd: Allow larger packets | Phillip Susi | 2006-02-05 | 1 | -1/+1 |
* | | [PATCH] pktcdvd: Don't waste kernel memory | Peter Osterlund | 2006-02-05 | 1 | -2/+2 |
* | | [PATCH] pktcdvd: Fix overflow for discs with large packets | Phillip Susi | 2006-02-05 | 1 | -1/+1 |
* | | Revert "[PATCH] x86_64: Fix the node cpumask of a cpu going down" | Linus Torvalds | 2006-02-05 | 1 | -7/+0 |
|/ |
|
* | [PATCH] i386/x86-64: Don't ack the APIC for bad interrupts when the APIC is n... | Andi Kleen | 2006-02-04 | 1 | -19/+2 |
* | [PATCH] x86_64: Calibrate APIC timer using PM timer | Andi Kleen | 2006-02-04 | 1 | -0/+1 |
* | [PATCH] x86_64: Fix the node cpumask of a cpu going down | Ravikiran G Thirumalai | 2006-02-04 | 1 | -0/+7 |
* | [PATCH] x86_64: Undo the earlier changes to remove unrolled copy/memset funct... | Andi Kleen | 2006-02-04 | 1 | -1/+1 |
* | [PATCH] x86_64: [PATCH] timer resume | Shaohua Li | 2006-02-04 | 1 | -0/+1 |
* | [PATCH] x86_64: Allow to run main time keeping from the local APIC interrupt | Andi Kleen | 2006-02-04 | 2 | -0/+6 |
* | [PATCH] x86_64: Define pmtmr_ioport to 0 when PM_TIMER is not available | Andi Kleen | 2006-02-04 | 1 | -0/+4 |
* | [PATCH] SELinux: fix size-128 slab leak | Stephen Smalley | 2006-02-03 | 1 | -4/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2006-02-03 | 9 | -29/+111 |
|\ |
|
| * | [PARISC] New syscalls (inotify, *at, pselect6/ppoll, migrate_pages) | Kyle McMartin | 2006-01-30 | 1 | -1/+20 |
| * | [PARISC] Arch-specific compat signals | Kyle McMartin | 2006-01-22 | 2 | -6/+1 |
| * | [PARISC] Add CONFIG_DEBUG_RODATA to protect read-only data | Helge Deller | 2006-01-22 | 2 | -1/+7 |
| * | [PARISC] atomic64 support | Kyle McMartin | 2006-01-22 | 1 | -15/+69 |
| * | [PARISC] Drop unused do_check_pgt_cache() | Helge Deller | 2006-01-22 | 1 | -1/+0 |
| * | [PARISC] Remove unnecessary extern declarations from asm/pci.h | Grant Grundler | 2006-01-22 | 1 | -2/+0 |
| * | [PARISC] Use kzalloc and other janitor-style cleanups | Helge Deller | 2006-01-22 | 2 | -3/+14 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-02-03 | 1 | -0/+3 |
|\ \ |
|
| * | | [SERIAL] SIIG 8-port serial boards support | Andrey Panin | 2006-02-02 | 1 | -0/+3 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 2006-02-03 | 2 | -13/+24 |
|\ \ \ |
|
| * | | | [MMC] Add MMC command type flags | Russell King | 2006-02-02 | 2 | -13/+24 |
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-02-03 | 3 | -1/+30 |
|\ \ \ \ |
|
| * | | | | [ARM] 3284/1: S3C2400 - adds support to GPIO | Lucas Correia Villa Real | 2006-02-01 | 2 | -0/+29 |
| * | | | | [ARM] 3292/1: Fix memory corruption in asm-arm/checksum.h: ip_fast_csum() | Richard Purdie | 2006-02-01 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2 | Linus Torvalds | 2006-02-03 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | configfs: Add permission and ownership to configfs objects. | Joel Becker | 2006-02-03 | 1 | -1/+1 |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-02-03 | 2 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages. | Stephen Hemminger | 2006-02-02 | 1 | -4/+4 |
| * | | | | | [SCTP]: Fix 'fast retransmit' to send a TSN only once. | Vlad Yasevich | 2006-02-02 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | [PATCH] drivers/ide/ide-io.c: make __ide_end_request() static | Adrian Bunk | 2006-02-03 | 1 | -1/+0 |
* | | | | | [PATCH] stop CompactFlash devices being marked as removable | Richard Purdie | 2006-02-03 | 1 | -1/+0 |
* | | | | | [PATCH] ia64: drop arch-specific IDE MAX_HWIFS definition | Bjorn Helgaas | 2006-02-03 | 1 | -8/+0 |
* | | | | | [PATCH] new tty buffering locking fix | Paul Fulghum | 2006-02-03 | 3 | -1/+13 |
* | | | | | [PATCH] Compilation of kexec/kdump broken | Fernando Luis Vazquez Cao | 2006-02-03 | 2 | -1/+3 |
* | | | | | [PATCH] Fix comment to synchronize_sched() | Paul E. McKenney | 2006-02-03 | 1 | -1/+4 |
* | | | | | [PATCH] Export cpu topology in sysfs | Zhang, Yanmin | 2006-02-03 | 3 | -0/+25 |
* | | | | | [PATCH] quota: remove unused sync_dquots_dev() | Herbert Poetzl | 2006-02-03 | 1 | -1/+0 |
* | | | | | [PATCH] I2O: fix and workaround for Motorola/Freescale controller | Markus Lidel | 2006-02-03 | 1 | -2/+4 |
* | | | | | [PATCH] parport: add parallel port support for SGI O2 | Arnaud Giersch | 2006-02-03 | 1 | -0/+6 |