summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-127-10/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | [NETFILTER]: nf_conntrack: replace horrible hack with ksize()Pekka Enberg2008-03-101-1/+0
| * | | | | [NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.hPatrick McHardy2008-03-101-1/+1
| * | | | | [NET]: include <linux/types.h> into linux/ethtool.h for __u* typedefKirill A. Shutemov2008-03-071-0/+1
| * | | | | [NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov2008-03-072-4/+0
| * | | | | bluetooth: Make hci_sock_cleanup() return voidTobias Klauser2008-03-051-1/+1
| * | | | | irda: replace __inline with inlineHarvey Harrison2008-03-051-3/+3
* | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-03-127-6/+12
|\ \ \ \ \ \
| * | | | | | [MIPS] Clocksource: Only install r4k counter as clocksource if present.Ralf Baechle2008-03-121-2/+3
| * | | | | | [MIPS] Lasat: fix LASAT_CASCADE_IRQYoichi Yuasa2008-03-121-1/+1
| * | | | | | [MIPS] Fix yosemite build errorRalf Baechle2008-03-122-1/+2
| * | | | | | [MIPS] Fix loads of section missmatchesRalf Baechle2008-03-121-1/+1
| * | | | | | [MIPS] IP27: Tighten up CPU description to fix warnings.Ralf Baechle2008-03-121-0/+4
| * | | | | | [MIPS] Fix plat_ioremap for JMR3927Atsushi Nemoto2008-03-121-1/+1
* | | | | | | Remove <linux/genhd.h> from user-visible headers.David Woodhouse2008-03-122-28/+3
* | | | | | | nommu: Provide is_vmalloc_addr() stub.Paul Mundt2008-03-121-3/+10
|/ / / / / /
* | | | | | x86: remove quicklistsThomas Gleixner2008-03-111-3/+2
| |_|_|_|/ |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-03-102-5/+1
|\ \ \ \ \
| * | | | | USB: Remove __KERNEL__ check from non-exported gadget.h.Robert P. J. Day2008-03-101-4/+0
| * | | | | USB: g_printer.h does not need to be "unifdef"ed.Robert P. J. Day2008-03-101-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-03-101-0/+23
|\ \ \ \ \
| * | | | | firmware: provide stubs for the FW_LOADER=n caseJames Bottomley2008-03-101-0/+23
| |/ / / /
* | | | | memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov2008-03-101-0/+1
* | | | | tifm: fix the MemoryStick host fifo handling codeAlex Dubov2008-03-101-1/+1
* | | | | memstick: add memstick_suspend/resume_host methodsAlex Dubov2008-03-101-0/+2
* | | | | memstick: introduce correct definitions in the headerAlex Dubov2008-03-101-44/+86
* | | | | rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton2008-03-101-2/+2
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2008-03-092-8/+5
|\ \ \ \
| * | | | time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel2008-03-091-8/+1
| * | | | time: prevent the loop in timespec_add_ns() from being optimised awaySegher Boessenkool2008-03-091-0/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-03-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [CRYPTO] skcipher: Fix section mismatchesHerbert Xu2008-03-081-1/+1
* | | | | Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-03-071-2/+2
|\ \ \ \ \
| * | | | | slab - use angle brackets for include of kmalloc_sizes.hJoe Perches2008-03-061-2/+2
* | | | | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-071-0/+1
|\ \ \ \ \ \
| * | | | | | NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust2008-03-071-0/+1
* | | | | | | sched: retain vruntimePeter Zijlstra2008-03-071-0/+4
| |_|_|_|/ / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25Linus Torvalds2008-03-061-5/+0
|\ \ \ \ \ \
| * | | | | | sh: Fix up the sh64 build.Paul Mundt2008-03-061-5/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-03-062-3/+5
|\ \ \ \ \ \
| * | | | | | [Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0Mike Frysinger2008-03-051-1/+1
| * | | | | | [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu2008-03-061-2/+4
| |/ / / / /
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-03-062-3/+8
|\ \ \ \ \ \
| * | | | | | [IA64] kprobes arch consolidation build fixHarvey Harrison2008-03-061-1/+1
| * | | | | | [IA64] remove duplicate code from arch_ptrace()Petr Tesarik2008-03-051-0/+7
| * | | | | | [IA64] convert sys_ptrace to arch_ptracePetr Tesarik2008-03-051-2/+0
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-03-061-0/+6
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu2008-02-231-0/+6
* | | | | | Really unexport asm/page.hDavid Woodhouse2008-03-062-5/+0
| |_|_|/ / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-03-052-0/+3
|\ \ \ \ \
OpenPOWER on IntegriCloud