summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Input: fix input_free_device() implementationDmitry Torokhov2006-03-141-6/+6
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-03-13109-724/+521
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-122-2/+4
| |\
| | * [ARM] iwmmxt thread state alignmentRussell King2006-03-122-2/+4
| * | [PATCH] remove __put_task_struct_cb export againChristoph Hellwig2006-03-111-1/+0
| * | [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations insideKirill Korotaev2006-03-111-0/+2
| * | [PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter2006-03-091-2/+2
| * | [PATCH] m68k: fix cmpxchg compile errors if CONFIG_RMW_INSNS=nRoman Zippel2006-03-091-3/+32
| * | [PATCH] mtd: 64 bit fixesAtsushi Nemoto2006-03-091-0/+2
| * | [MIPS] Undefine scr_writew and scr_readw in <asm/vga.h>.Ralf Baechle2006-03-091-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-03-083-7/+5
| |\ \
| | * | powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras2006-03-081-6/+2
| | * | [PATCH] powerpc: Fix incorrect pud_ERROR() messageDavid Gibson2006-03-031-1/+1
| | * | [PATCH] powerpc: Expose SMT and L1 icache snoop userland featuresBenjamin Herrenschmidt2006-03-031-0/+2
| * | | [PATCH] i386: port ATI timer fix from x86_64 to i386 IIAndi Kleen2006-03-081-0/+2
| * | | [PATCH] fix kexec asmMichael Matz2006-03-081-1/+2
| * | | [PATCH] fix file countingDipankar Sarma2006-03-082-2/+1
| * | | [PATCH] rcu batch tuningDipankar Sarma2006-03-081-1/+5
| * | | [PATCH] percpu_counter_sum()Andrew Morton2006-03-081-0/+6
| * | | [PATCH] __get_unaligned() gcc-4 fixAtsushi Nemoto2006-03-081-2/+2
| * | | [PATCH] powerpc: restore eeh_add_device_late() prototype stubMark Fasheh2006-03-081-0/+2
| * | | Mark the pipe file operations staticLinus Torvalds2006-03-081-3/+0
| | |/ | |/|
| * | [ARM] 3352/1: DSB required for the completion of a TLB maintenance operationCatalin Marinas2006-03-071-0/+6
| * | [PATCH] Increase max kmalloc size for very large systemsJack Steiner2006-03-061-1/+3
| * | [PATCH] memory-hotplug compile fixKAMEZAWA Hiroyuki2006-03-061-0/+4
| * | [PATCH] s390: fix compile with VIRT_CPU_ACCOUNTING=nJan Blunck2006-03-061-0/+2
| * | [PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren2006-03-061-0/+4
| * | [PATCH] i4l: add new PCI IDs for HFC-S PCIKarsten Keil2006-03-061-0/+2
| * | [SPARC64]: Mark __ex_table section correctly.David S. Miller2006-03-042-7/+7
| * | [PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney2006-03-021-1/+1
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2006-03-011-0/+9
| |\
| | * [PATCH] pcmcia: Add macro to match PCMCIA cards by numeric ID and first vendo...Pavel Roskin2006-03-011-0/+9
| * | [PATCH] fix build breakage in eeh.c in 2.6.16-rc5-git5Greg KH2006-03-011-0/+1
| |/
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-02-282-1/+3
| |\
| | * [IA64] sysctl option to silence unaligned trap warningsJes Sorensen2006-02-281-0/+1
| | * [IA64-SGI] Make number of TIO nodes configurableJack Steiner2006-02-271-1/+2
| * | [PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt2006-02-281-2/+3
| * | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-02-281-0/+18
| |\ \
| | * | [MIPS] Fix build error on processors that don's support copy-on-write.Ralf Baechle2006-02-281-0/+18
| * | | [PATCH] powerpc: fix dynamic PCI probe regressionJohn Rose2006-02-281-3/+4
| |/ /
| * | Revert "[PATCH] x86_64: Only do the clustered systems have unsynchronized TSC...Linus Torvalds2006-02-271-14/+0
| * | [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy2006-02-273-2/+5
| * | [IPSEC]: Kill post_input hook and do NAT-T in esp_input directlyHerbert Xu2006-02-271-1/+0
| * | [MIPS] Fix atomic*_sub_if_positive return value.Ralf Baechle2006-02-271-0/+12
| * | [MIPS] SMP: Fix initialization order bug.Ralf Baechle2006-02-271-2/+9
| * | [MIPS] Use "=R" constraint to avoid compiler errors in cmpxchg().Ralf Baechle2006-02-271-4/+4
| |/
| * [SPARC64]: Make cpu_present_map available earlier.David S. Miller2006-02-261-0/+6
| * [SPARC64]: Implement futex_atomic_op_inuser().David S. Miller2006-02-261-4/+84
| * [PATCH] x86_64: Move the SMP time selection earlierAndi Kleen2006-02-261-1/+0
| * [PATCH] x86_64: Fix the additional_cpus=.. optionAndi Kleen2006-02-261-0/+1
OpenPOWER on IntegriCloud