index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2
-7
/
+19
2014-07-16
Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...
Ingo Molnar
22
-137
/
+530
2014-07-16
sched/numa: Revert "Use effective_load() to balance NUMA loads"
Peter Zijlstra
1
-14
/
+6
2014-07-16
sched: Fix static_key race with sched_feat()
Jason Baron
1
-0
/
+5
2014-07-16
sched: Remove extra static_key*() function indirection
Jason Baron
1
-11
/
+1
2014-07-16
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
xiaofeng.yan
1
-1
/
+1
2014-07-16
sched: Transform resched_task() into resched_curr()
Kirill Tkhai
6
-45
/
+47
2014-07-16
sched/deadline: Kill task_struct->pi_top_task
Oleg Nesterov
2
-4
/
+3
2014-07-10
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-9
/
+69
2014-07-10
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2014-07-07
workqueue: zero cpumask of wq_numa_possible_cpumask on init
Yasuaki Ishimatsu
1
-1
/
+1
2014-07-05
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2014-07-05
genirq: Fix memory leak when calling irq_free_hwirqs()
Keith Busch
1
-2
/
+2
2014-07-05
sched: Rework check_for_tasks()
Kirill Tkhai
1
-13
/
+20
2014-07-05
sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...
Kirill Tkhai
1
-0
/
+3
2014-07-05
sched/fair: Disable runtime_enabled on dying rq
Kirill Tkhai
2
-1
/
+29
2014-07-05
sched/numa: Change scan period code to match intent
Rik van Riel
1
-4
/
+4
2014-07-05
sched/numa: Rework best node setting in task_numa_migrate()
Rik van Riel
1
-6
/
+13
2014-07-05
sched/numa: Examine a task move when examining a task swap
Rik van Riel
1
-2
/
+21
2014-07-05
sched/numa: Simplify task_numa_compare()
Rik van Riel
1
-6
/
+1
2014-07-05
sched/numa: Use effective_load() to balance NUMA loads
Rik van Riel
1
-6
/
+14
2014-07-05
sched/numa: Move power adjustment into load_too_imbalanced()
Rik van Riel
1
-15
/
+24
2014-07-05
sched/numa: Use group's max nid as task's preferred nid
Rik van Riel
1
-16
/
+1
2014-07-05
sched/fair: Implement fast idling of CPUs when the system is partially loaded
Tim Chen
2
-5
/
+28
2014-07-05
sched/idle: Drop !! while calculating 'broadcast'
Viresh Kumar
1
-2
/
+2
2014-07-05
sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity
Mike Galbraith
1
-2
/
+11
2014-07-05
sched: Fix potential near-infinite distribute_cfs_runtime() loop
Ben Segall
1
-21
/
+20
2014-07-05
sched/core: Fix formatting issues in sched_can_stop_tick()
Viresh Kumar
1
-7
/
+3
2014-07-05
irq_work: Remove BUG_ON in irq_work_run()
Peter Zijlstra
1
-42
/
+4
2014-07-05
Merge branch 'timers/nohz' into sched/core
Ingo Molnar
5
-45
/
+84
2014-07-03
Merge tag 'trace-fixes-v3.16-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-24
/
+30
2014-07-03
kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...
Andrew Morton
1
-26
/
+18
2014-07-01
cpuset: break kernfs active protection in cpuset_write_resmask()
Tejun Heo
1
-0
/
+12
2014-07-01
tracing: Remove ftrace_stop/start() from reading the trace file
Steven Rostedt (Red Hat)
1
-2
/
+0
2014-06-30
tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()
Oleg Nesterov
1
-12
/
+19
2014-06-30
tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...
Oleg Nesterov
1
-6
/
+0
2014-06-30
uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone
Oleg Nesterov
1
-3
/
+3
2014-06-30
tracing/uprobes: Revert "Support mix of ftrace and perf"
Oleg Nesterov
1
-1
/
+8
2014-06-30
cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()
Li Zefan
1
-7
/
+26
2014-06-30
cgroup: fix mount failure in a corner case
Li Zefan
1
-0
/
+23
2014-06-25
cpuset,mempolicy: fix sleeping function called from invalid context
Gu Zheng
1
-1
/
+7
2014-06-25
Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-15
/
+13
2014-06-23
kernel/watchdog.c: print traces for all cpus on lockup detection
Aaron Tomlin
2
-0
/
+50
2014-06-23
mm, pcp: allow restoring percpu_pagelist_fraction default
David Rientjes
1
-2
/
+1
2014-06-23
kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...
Don Zickus
1
-2
/
+0
2014-06-23
kexec: save PG_head_mask in VMCOREINFO
Petr Tesarik
1
-0
/
+1
2014-06-23
CPU hotplug, smp: flush any pending IPI callbacks before CPU offline
Srivatsa S. Bhat
1
-8
/
+49
2014-06-23
workqueue: fix dev_set_uevent_suppress() imbalance
Maxime Bizon
1
-0
/
+1
2014-06-21
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+36
2014-06-21
Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...
Linus Torvalds
3
-35
/
+218
[next]