summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-748/+1024
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+4
2014-08-05Merge branch 'pm-sleep'Rafael J. Wysocki-127/+367
2014-08-05Merge branch 'pm-cpuidle'Rafael J. Wysocki-4/+0
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-274/+382
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+19
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-407/+664
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-99/+329
2014-08-04Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-61/+19
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-464/+932
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-332/+627
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-6/+8
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-140/+62
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-4/+0
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+9
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov-21/+19
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov-3/+3
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov-3/+3
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara-4/+6
2014-07-31Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND"Thomas Gleixner-5/+2
2014-07-31Revert "PM / sleep / irq: Do not suspend wakeup interrupts"Thomas Gleixner-2/+1
2014-07-30kexec: fix build error when hugetlbfs is disabledDavid Rientjes-0/+2
2014-07-30Josh has movedJosh Triplett-2/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai-0/+2
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+39
2014-07-30cpuset: fix the WARN_ON() in update_nodemasks_hier()Li Zefan-1/+1
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman-14/+7
2014-07-29PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_nodeJoerg Roedel-0/+1
2014-07-29PM / Hibernate: Remove the old memory-bitmap implementationJoerg Roedel-202/+21
2014-07-29PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()Joerg Roedel-15/+38
2014-07-29PM / Hibernate: Implement position keeping in radix treeJoerg Roedel-0/+98
2014-07-29PM / Hibernate: Add memory_rtree_find_bit functionJoerg Roedel-3/+81
2014-07-29PM / Hibernate: Create a Radix-Tree to store memory bitmapJoerg Roedel-1/+222
2014-07-28kthread_work: wake up worker only when the worker is idleLai Jiangshan-1/+1
2014-07-28sched/fair: Fix 'make xmldocs' warning caused by missing descriptionMasanari Iida-0/+1
2014-07-28sched: Use macro for magic number of -1 for setparamSteven Rostedt-7/+10
2014-07-28sched: Robustify topology setupPeter Zijlstra-0/+14
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar-129/+296
2014-07-28perf: Check permission only for parent tracepoint eventJiri Olsa-0/+12
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar-216/+528
2014-07-28sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira-2/+3
2014-07-27Merge branches 'pm-opp' and 'pm-general'Rafael J. Wysocki-3/+0
2014-07-27Merge branches 'pm-apm' and 'pm-sleep'Rafael J. Wysocki-84/+108
2014-07-27Merge branches 'acpi-pm', 'acpi-sleep' and 'acpi-button'Rafael J. Wysocki-4/+0
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+39
2014-07-27ARM: avoid ARM binutils leaking ELF local symbolsRussell King-0/+2
2014-07-27module: add within_module() functionPetr Mladek-8/+4
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov-2/+2
2014-07-24irq: Warn when shared interrupts do not match on NO_SUSPENDPeter Zijlstra-2/+5