summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-201-1/+1
* Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-12-201-1/+1
|\
| * ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2013-12-161-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-192-2/+17
|\ \
| * | sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai2013-12-171-0/+14
| * | sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman2013-12-171-2/+3
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-191-3/+18
|\ \ \
| * | | perf: Disable all pmus on unthrottling and reschedulingAlexander Shishkin2013-12-171-3/+18
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-12-194-1/+10
|\ \ \ \
| * | | | mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-191-0/+1
| * | | | sched: numa: skip inaccessible VMAsMel Gorman2013-12-191-0/+7
| * | | | kexec: migrate to reboot cpuVivek Goyal2013-12-192-1/+2
* | | | | Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Linus Torvalds2013-12-182-6/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | KEYS: fix uninitialized persistent_keyring_register_semXiao Guangrong2013-12-131-3/+3
| * | | | KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=yKirill Tkhai2013-12-131-1/+1
| * | | | X.509: Fix certificate gatheringDavid Howells2013-12-131-2/+3
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-172-80/+65Star
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | sched/fair: Rework sched_fair time accountingPeter Zijlstra2013-12-111-80/+64Star
| * | | | sched: Initialize power_orig for overlapping groupsPeter Zijlstra2013-12-111-0/+1
* | | | | Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-152-22/+14Star
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-071-0/+4
| * | | | Revert "workqueue: allow work_on_cpu() to be called recursively"Bjorn Helgaas2013-11-251-22/+10Star
* | | | | Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-12-123-4/+15
|\ \ \ \ \
| * | | | | KEYS: correct alignment of system_certificate_list content in assembly fileHendrik Brueckner2013-12-102-4/+14
| * | | | | Ignore generated file kernel/x509_certificate_listRusty Russell2013-12-101-0/+1
* | | | | | futex: move user address verification up to common codeLinus Torvalds2013-12-121-2/+3
* | | | | | futex: fix handling of read-only-mapped hugepagesLinus Torvalds2013-12-121-1/+1
| |_|/ / / |/| | | |
* | | | | Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-12-062-10/+3Star
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2013-12-052-10/+3Star
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-12-045-19/+32
|\ \ \
| * | | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2013-11-291-1/+3
| * | | time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-11-221-1/+1
| * | | tick: Document tick_do_timer_cpuAndrew Morton2013-11-191-0/+15
| * | | timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-11-191-3/+2Star
| * | | NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner2013-11-192-14/+11Star
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-021-1/+1
|\ \ \ \
| * | | | irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-11-251-1/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-022-7/+28
|\ \ \ \ \
| * | | | | sched: Expose preempt_schedule_irq()Thomas Gleixner2013-11-271-2/+1Star
| * | | | | sched: Fix a trivial typo in commentsShigeru Yoshida2013-11-191-1/+1
| * | | | | sched: Avoid NULL dereference on sd_busyPeter Zijlstra2013-11-191-1/+2
| * | | | | sched: Check sched_domain before computing group powerSrikar Dronamraju2013-11-191-3/+24
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-022-9/+7Star
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | perf/trace: Properly use u64 to hold event_idVince Weaver2013-11-191-1/+1
| * | | | | perf: Remove fragile swevent hlist optimizationPeter Zijlstra2013-11-191-8/+0Star
| * | | | | ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-191-0/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-291-13/+37
|\ \ \ \ \
| * | | | | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-231-6/+9
| * | | | | workqueue: fix comment typo for __queue_work()Li Bin2013-11-231-1/+1
| * | | | | workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-231-2/+22