summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Input: add joystick driver for Walkera WK-0701 RC transmitterPeter Popovec2008-11-194-0/+414
| | * | Input: pcspkr - fix PIT lockup on some chipsetsZoltan Devai2008-11-191-2/+2
| | * | Input: usbtouchscreen - fix TSC-10 DM USB controllers without EEPROMNuno Lucas2008-11-191-3/+2
| | * | Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-3010-17/+15
| | * | Input: omap-keypad - allow more than 6 rowsPeter Ujfalusi2008-10-291-1/+1
| | * | Input: omap-keypad - interrupt disable fixPeter Ujfalusi2008-10-291-4/+0
| | * | Input: appletouch - driver refactoringStelian Pop2008-10-291-138/+136
| | * | Input: gpio-keys - add flag to allow auto repeatDominic Curran2008-10-272-0/+5
| | * | Input: xilinx_ps2 - various cleanupsJohn Linn2008-10-271-107/+113
| | * | Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale2008-10-275-217/+383
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-01-0626-423/+1229
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusJames Morris2009-01-0726-423/+1229
| |\ \ \ \
| | * | | | CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells2009-01-076-37/+94
| | * | | | Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris2009-01-079-129/+35
| | * | | | SELinux: shrink sizeof av_inhert selinux_class_perm and contextEric Paris2009-01-053-10/+12
| | * | | | CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells2009-01-059-35/+129
| | * | | | Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...James Morris2009-01-0517-375/+1122
| | |\ \ \ \
| | | * | | | smack: Add support for unlabeled network hosts and networksCasey Schaufler2008-12-314-195/+538
| | | * | | | selinux: Deprecate and schedule the removal of the the compat_net functionalityPaul Moore2008-12-314-38/+23
| | | * | | | netlabel: Update kernel configuration APIPaul Moore2008-12-3110-150/+569
| | * | | | | keys: fix sparse warning by adding __user annotation to castJames Morris2009-01-011-1/+1
| | |/ / / /
* | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-062-73/+72
|\ \ \ \ \ \
| * | | | | | hrtimer: splitout peek ahead functionality, fixIngo Molnar2009-01-051-1/+5
| * | | | | | hrtimer: fixup commentsThomas Gleixner2009-01-051-11/+9
| * | | | | | hrtimer: fix recursion deadlock by re-introducing the softirqPeter Zijlstra2009-01-052-34/+29
| * | | | | | hrtimer: simplify hotplug migrationThomas Gleixner2009-01-051-15/+10
| * | | | | | hrtimer: fix HOTPLUG_CPU=n compile warningThomas Gleixner2009-01-051-11/+8
| * | | | | | hrtimer: splitout peek ahead functionalityThomas Gleixner2009-01-051-7/+17
* | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-01-068-37/+35
|\ \ \ \ \ \ \
| * | | | | | | sched: fix section mismatchLi Zefan2009-01-062-2/+2
| * | | | | | | sched: fix double kfree in failure pathLi Zefan2009-01-061-3/+2
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar2009-01-06416-11215/+31831
| |\ \ \ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | sched: sched.c declare variables before they get usedJaswinder Singh Rajput2008-12-301-3/+3
| | * | | | | | | | sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner2008-12-313-3/+10
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | sched: clean up arch_reinit_sched_domains()Li Zefan2009-01-052-7/+3
| * | | | | | | | sched: mark sched_create_sysfs_power_savings_entries() as __initLi Zefan2009-01-051-1/+1
| * | | | | | | | Merge branch 'linus' into sched/urgentIngo Molnar2009-01-05857-16062/+23840
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | getrusage: RUSAGE_THREAD should return ru_utime and ru_stimeKOSAKI Motohiro2009-01-041-0/+2
| * | | | | | | | sched: fix sched_slice()Mike Galbraith2009-01-021-18/+12
* | | | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-061-1/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | genirq: provide irq_to_desc() to non-genirq architectures tooIngo Molnar2009-01-051-1/+6
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-0615-301/+195
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar2009-01-06453-12204/+32757
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / | | | | |/| | | | | | |
| | | * | | | | | | | | locking, percpu counters: introduce separate lock classesPeter Zijlstra2008-12-294-22/+18
| | * | | | | | | | | | futex: catch certain assymetric (get|put)_futex_key callsDarren Hart2009-01-021-1/+4
| | * | | | | | | | | | futex: make futex_(get|put)_key() calls symmetricDarren Hart2008-12-301-31/+36
| * | | | | | | | | | | Merge branch 'core/iommu' into core/urgentIngo Molnar2009-01-055-214/+105
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | swiotlb: clean up EXPORT_SYMBOL usageFUJITA Tomonori2008-12-281-14/+14
| | * | | | | | | | | | | swiotlb: remove unnecessary declarationFUJITA Tomonori2008-12-281-3/+0
| | * | | | | | | | | | | swiotlb: replace architecture-specific swiotlb.h with linux/swiotlb.hFUJITA Tomonori2008-12-282-75/+2
OpenPOWER on IntegriCloud