summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [IA64-SGI] - Eliminate SN pio_phys_xxx macros. Move to assemblyJack Steiner2006-02-071-51/+5
* [IA64] use icc defined constantChen, Kenneth W2006-02-071-10/+10
* [IA64] add __builtin_trap definition for icc buildChen, Kenneth W2006-02-071-0/+2
* [IA64] clean up asm/intel_intrin.hChen, Kenneth W2006-02-071-106/+3
* [IA64] map ia64_hint definition to intel compiler intrinsicChen, Kenneth W2006-02-071-1/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-02-065-57/+56
|\
| * [IA64-SGI] Shub2 BTE address fixRuss Anderson2006-02-061-4/+19
| * [IA64-SGI] include/asm-ia64/sn/intr.h more sn2 housekeepingJes Sorensen2006-02-021-19/+19
| * [IA64] avoid broken SAL_CACHE_FLUSH implementationsBjorn Helgaas2006-02-022-9/+18
| * [IA64] remove staled comments in asm/system.hChen, Kenneth W2006-02-021-25/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-054-24/+39
|\ \
| * | [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy2006-02-042-16/+28
| * | [NETFILTER]: iptables: fix typos in ipt_connbytes.hYasuyuki Kozakai2006-02-041-2/+2
| * | [NETFILTER]: nf_conntrack: check address family when finding protocol moduleYasuyuki Kozakai2006-02-041-6/+9
* | | [PATCH] Fix "value computed is not used" compile warnings with gcc-4.1Takashi Iwai2006-02-052-2/+2
* | | [PATCH] jbd: fix transaction batchingAndrew Morton2006-02-051-0/+4
* | | [PATCH] reiserfs_get_acl() build fixAndrew Morton2006-02-051-1/+5
* | | [PATCH] pktcdvd: Allow larger packetsPhillip Susi2006-02-051-1/+1
* | | [PATCH] pktcdvd: Don't waste kernel memoryPeter Osterlund2006-02-051-2/+2
* | | [PATCH] pktcdvd: Fix overflow for discs with large packetsPhillip Susi2006-02-051-1/+1
* | | Revert "[PATCH] x86_64: Fix the node cpumask of a cpu going down"Linus Torvalds2006-02-051-7/+0
|/ /
* | [PATCH] i386/x86-64: Don't ack the APIC for bad interrupts when the APIC is n...Andi Kleen2006-02-041-19/+2
* | [PATCH] x86_64: Calibrate APIC timer using PM timerAndi Kleen2006-02-041-0/+1
* | [PATCH] x86_64: Fix the node cpumask of a cpu going downRavikiran G Thirumalai2006-02-041-0/+7
* | [PATCH] x86_64: Undo the earlier changes to remove unrolled copy/memset funct...Andi Kleen2006-02-041-1/+1
* | [PATCH] x86_64: [PATCH] timer resumeShaohua Li2006-02-041-0/+1
* | [PATCH] x86_64: Allow to run main time keeping from the local APIC interruptAndi Kleen2006-02-042-0/+6
* | [PATCH] x86_64: Define pmtmr_ioport to 0 when PM_TIMER is not availableAndi Kleen2006-02-041-0/+4
* | [PATCH] SELinux: fix size-128 slab leakStephen Smalley2006-02-031-4/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-02-039-29/+111
|\ \
| * | [PARISC] New syscalls (inotify, *at, pselect6/ppoll, migrate_pages)Kyle McMartin2006-01-301-1/+20
| * | [PARISC] Arch-specific compat signalsKyle McMartin2006-01-222-6/+1
| * | [PARISC] Add CONFIG_DEBUG_RODATA to protect read-only dataHelge Deller2006-01-222-1/+7
| * | [PARISC] atomic64 supportKyle McMartin2006-01-221-15/+69
| * | [PARISC] Drop unused do_check_pgt_cache()Helge Deller2006-01-221-1/+0
| * | [PARISC] Remove unnecessary extern declarations from asm/pci.hGrant Grundler2006-01-221-2/+0
| * | [PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller2006-01-222-3/+14
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-02-031-0/+3
|\ \ \
| * | | [SERIAL] SIIG 8-port serial boards supportAndrey Panin2006-02-021-0/+3
| | |/ | |/|
* | | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-02-032-13/+24
|\ \ \
| * | | [MMC] Add MMC command type flagsRussell King2006-02-022-13/+24
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-02-033-1/+30
|\ \ \ \
| * | | | [ARM] 3284/1: S3C2400 - adds support to GPIOLucas Correia Villa Real2006-02-012-0/+29
| * | | | [ARM] 3292/1: Fix memory corruption in asm-arm/checksum.h: ip_fast_csum()Richard Purdie2006-02-011-1/+1
| |/ / /
* | | | Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2Linus Torvalds2006-02-031-1/+1
|\ \ \ \
| * | | | configfs: Add permission and ownership to configfs objects.Joel Becker2006-02-031-1/+1
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-032-5/+5
|\ \ \ \ \
| * | | | | [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages.Stephen Hemminger2006-02-021-4/+4
| * | | | | [SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich2006-02-021-1/+1
| | |_|/ / | |/| | |
* | | | | [PATCH] drivers/ide/ide-io.c: make __ide_end_request() staticAdrian Bunk2006-02-031-1/+0
OpenPOWER on IntegriCloud