summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* HID: debug: fix RCU preemption issueJiri Kosina2013-05-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-302-3/+104
|\
| * Merge branch 'for-3.10/mt-hybrid-finger-pen' into for-linusJiri Kosina2013-04-301-0/+1
| |\
| | * HID: input: don't register unmapped input devicesBenjamin Tissoires2013-03-271-0/+1
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver...Jiri Kosina2013-04-302-3/+103
| |\ \ \ \ | | | | |/ | | | |/|
| | | | * HID: Separate struct hid_device's driver_lock into two locks.Andrew de los Reyes2013-03-011-1/+45
| | | * | HID: Merge branch 'master' into for-3.10/hid-driver-transport-cleanupsJiri Kosina2013-03-09292-2013/+6549
| | | |\ \
| | | * | | HID: ll_driver: Extend the interface with idle requestsBenjamin Tissoires2013-03-071-0/+19
| | | * | | HID: Extend the interface with wait io requestHenrik Rydberg2013-02-251-0/+14
| | | * | | HID: Extend the interface with report requestsHenrik Rydberg2013-02-251-0/+20
| | | | |/ | | | |/|
| | * | | HID: protect hid_debug_listJiri Kosina2013-04-301-0/+1
| | * | | HID: debug: break out hid_dump_report() into hid-debugBenjamin Tissoires2013-04-301-2/+4
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-308-13/+13
|\ \ \ \
| * | | | treewide: Fix typo in printk and commentsMasanari Iida2013-04-241-1/+1
| * | | | mmzone: correct "pags" to "pages" in comment.Cody P Schafer2013-03-271-1/+1
| * | | | Remove spurious _H suffixes from ifdef commentsPaul Bolle2013-03-273-4/+4
| * | | | treewide: Fix typos in printk and commentMasanari Iida2013-03-181-5/+5
| * | | | net: sctp: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-181-1/+1
| * | | | itg3200: fix incorrect ifdef commentPaul Bolle2013-03-181-1/+1
* | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-0/+2
|\ \ \ \ \
| * | | | | amd64_edac: Add Family 16h supportAravind Gopalakrishnan2013-04-191-0/+2
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-3010-16/+32
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2013-04-2487-361/+659
| |\ \ \ \ \ \
| * | | | | | | posix timers: Allocate timer id per process (v2)Pavel Emelyanov2013-04-172-1/+3
| * | | | | | | timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner2013-04-041-0/+2
| * | | | | | | ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz2013-04-041-7/+0
| * | | | | | | Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner2013-04-036-8/+15
| |\ \ \ \ \ \ \
| | * | | | | | | timekeeping: Move lock out of timekeeper structThomas Gleixner2013-03-221-2/+0
| | * | | | | | | timekeeping: Make jiffies_lock internalThomas Gleixner2013-03-221-1/+0
| | * | | | | | | hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz2013-03-222-1/+6
| | * | | | | | | timekeeping: Add CLOCK_TAI clockidJohn Stultz2013-03-222-4/+3
| | * | | | | | | timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz2013-03-222-0/+5
| | * | | | | | | clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOPFeng Tang2013-03-151-0/+1
| * | | | | | | | clockevents: Add missing tick_check_broadcast_expired() for CLOCKEVENTS=nThomas Gleixner2013-03-221-0/+1
| * | | | | | | | tick: Provide a check for a forced broadcast pendingThomas Gleixner2013-03-131-0/+6
| * | | | | | | | Merge commit 'v3.9-rc2' into timers/coreThomas Gleixner2013-03-1310-20/+27
| |\| | | | | | |
| * | | | | | | | tick: Dynamically set broadcast irq affinityDaniel Lezcano2013-03-071-0/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-0/+57
|\ \ \ \ \ \ \ \
| * | | | | | | | idle: Implement generic idle functionThomas Gleixner2013-04-081-0/+8
| * | | | | | | | idle: Provide a generic entry point for the idle codeThomas Gleixner2013-04-081-0/+8
| * | | | | | | | idle: Implement set/clr functions for need_resched pollThomas Gleixner2013-04-081-0/+21
| * | | | | | | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-0/+20
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-304-199/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Fix init NOHZ_IDLE flagVincent Guittot2013-04-261-0/+2
| * | | | | | | | | sched: Document task_struct::personality fieldAndrei Epure2013-04-121-1/+3
| * | | | | | | | | cgroup: Kill subsys.active flagLi Zefan2013-04-101-1/+0
| * | | | | | | | | math64: New div64_u64_rem helperFrederic Weisbecker2013-03-131-1/+18
| * | | | | | | | | Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-03-082-4/+24
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2013-03-071-2/+2
| | * | | | | | | | | context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-071-7/+12