summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner-13/+45
2014-02-07timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta-2/+3
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka-0/+6
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds-2/+2
2014-02-05genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble-0/+1
2014-02-03arm, pm, vmpressure: add missing slab.h includesTejun Heo-0/+1
2014-02-02compat: Fix sparse address space warningsH. Peter Anvin-2/+2
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin-55/+55
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar-2150/+4197
2014-02-02Merge branch 'linus' into core/lockingIngo Molnar-2163/+4232
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+16
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+5
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+12
2014-01-30kernel/smp.c: remove cpumask_ipiRoman Gushchin-16/+1
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig-38/+13
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+9
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-11/+0
2014-01-28sched/numa: Turn some magic numbers into #definesRik van Riel-9/+25
2014-01-28sched/numa: Rename variables in task_numa_fault()Rik van Riel-4/+4
2014-01-28sched/numa: Do statistics calculation using local variables onlyRik van Riel-8/+4
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel-2/+53
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel-0/+63
2014-01-28sched/numa: Build per numa_group active node mask from numa_faults_cpu statis...Rik van Riel-0/+42
2014-01-28sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel-7/+23
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel-33/+33
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel-15/+0
2014-01-28locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen-61/+7
2014-01-28locking/mutexes/mcs: Correct barrier usageWaiman Long-5/+13
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra-1/+3
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli-1/+2
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches-16/+9
2014-01-27softirq: convert printks to pr_<level>Joe Perches-2/+4
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches-21/+22
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang-1/+1
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-32/+81
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-19/+42
2014-01-25hung_task: Display every hung task warningAaron Tomlin-5/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov-11/+0
2014-01-25sysctl: Add neg_one as a standard constraintAaron Tomlin-0/+1
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis-4/+3
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-15/+16
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+4
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-22/+63
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1/+1
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds-193/+326
2014-01-23kdump: fix exported size of vmcoreinfo noteVivek Goyal-1/+1
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook-1/+15
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov-4/+3
2014-01-23kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov-2/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov-4/+2