summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-01
|\
| * genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner2014-03-14
| * genirq: Document IRQCHIP_ONESHOT_SAFE flagThomas Gleixner2014-03-14
| * Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-12
| |\
| | * genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner2014-03-12
| * | genirq: Move kstat_incr_irqs_this_cpu() to coreThomas Gleixner2014-03-04
| * | genirq: Add a kstat helper to increment irq statsThomas Gleixner2014-03-04
| * | genirq: Provide irq_wake_thread()Thomas Gleixner2014-02-19
| * | genirq: Provide synchronize_hardirq()Thomas Gleixner2014-02-19
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-01
|\ \ \
| * | | workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner2014-03-25
| * | | timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar2014-03-20
| * | | hrtimer: Rearrange comments in the order struct members are declaredViresh Kumar2014-03-20
| * | | tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy2014-02-09
| * | | time: Fixup fallout from recent clockevent/tick changesThomas Gleixner2014-02-07
| * | | tick: Introduce hrtimer based broadcastPreeti U Murthy2014-02-07
| * | | time: Change the return type of clockevents_notify() to integerPreeti U Murthy2014-02-07
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-01
|\ \ \ \
| * | | | cputime: Bring cputime -> nsecs conversionFrederic Weisbecker2014-03-13
| * | | | cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-13
* | | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-03-31
|\ \ \ \ \
| * | | | | libata: remove unused ata_sas_port_async_resume() stubDan Williams2014-03-19
| * | | | | libata.h: add stub for ata_sas_port_resumeRandy Dunlap2014-03-19
| * | | | | libata, libsas: kill pm_result and related cleanupDan Williams2014-03-18
| * | | | | ahci_platform: Drop unused ahci_platform_data membersHans de Goede2014-02-22
| * | | | | ahci-platform: "Library-ise" suspend / resume functionalityHans de Goede2014-02-22
| * | | | | ahci-platform: "Library-ise" ahci_probe functionalityHans de Goede2014-02-22
| * | | | | ahci-platform: Add enable_ / disable_resources helper functionsHans de Goede2014-02-22
| * | | | | ahci-platform: Add support for devices with more then 1 clockHans de Goede2014-02-22
| | |/ / / | |/| | |
* | | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-03-31
|\ \ \ \ \
| * | | | | workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen2014-03-29
| * | | | | workqueue: Spelling s/instensive/intensive/Geert Uytterhoeven2014-03-24
| * | | | | workqueue: remove PREPARE_[DELAYED_]WORK()Tejun Heo2014-03-07
| * | | | | nvme: don't use PREPARE_WORKTejun Heo2014-03-07
| * | | | | Merge branch 'master' into wq/for-3.15Tejun Heo2014-03-07
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'wq/for-3.14-fixes' into wq/for-3.15Tejun Heo2014-03-07
| |\ \ \ \ \ \
| * | | | | | | workqueue: Remove deprecated __cancel_delayed_work()Tan Xiaojun2014-02-18
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-03-31
|\ \ \ \ \ \ \
| * | | | | | | mm: mask bits from pmd in pmd_lockptr/pmd_huge_pteMartin Schwidefsky2014-02-21
* | | | | | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-31
|\ \ \ \ \ \ \ \
| * | | | | | | | compat: include linux/unistd.h within linux/compat.hHeiko Carstens2014-03-20
| * | | | | | | | mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-06
| * | | | | | | | kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-06
| * | | | | | | | net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-06
| * | | | | | | | ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-06
| * | | | | | | | fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-06
| * | | | | | | | fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens2014-03-06
| * | | | | | | | ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens2014-03-06
| * | | | | | | | s390/compat: automatic zero, sign and pointer conversion of syscallsHeiko Carstens2014-03-04
| * | | | | | | | compat: add COMPAT_SYSCALL_DEFINE0 macroHeiko Carstens2014-03-04