index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-09
genirq: Add devm_request_any_context_irq()
Stephen Boyd
1
-0
/
+45
2014-02-09
tick: Fixup more fallout from hrtimer broadcast mode
Preeti U Murthy
2
-2
/
+5
2014-02-09
sched: Expose some macros related to priority
Dongsheng Yang
1
-18
/
+0
2014-02-09
sched/deadline: Skip in switched_to_dl() if task is current
Kirill Tkhai
1
-1
/
+1
2014-02-09
perf/x86: Push the duration-logging printk() to IRQ context
Peter Zijlstra
1
-7
/
+21
2014-02-08
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2014-02-08
Merge branch 'for-3.14-fixes' into for-3.15
Tejun Heo
2
-17
/
+19
2014-02-08
cgroup: remove cgroup_root_mutex
Tejun Heo
1
-41
/
+1
2014-02-08
cgroup: update locking in cgroup_show_options()
Tejun Heo
1
-3
/
+16
2014-02-08
cgroup: rename cgroup_subsys->subsys_id to ->id
Tejun Heo
1
-10
/
+10
2014-02-08
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
6
-39
/
+33
2014-02-08
cgroup: drop module support
Tejun Heo
1
-268
/
+16
2014-02-08
cgroup: fix locking in cgroup_cfts_commit()
Tejun Heo
1
-9
/
+2
2014-02-08
cgroup: fix error return from cgroup_create()
Tejun Heo
1
-3
/
+7
2014-02-08
cgroup: fix error return value in cgroup_mount()
Tejun Heo
1
-3
/
+3
2014-02-07
cgroup: use an ordered workqueue for cgroup destruction
Hugh Dickins
1
-2
/
+6
2014-02-07
time: Fixup fallout from recent clockevent/tick changes
Thomas Gleixner
1
-1
/
+2
2014-02-07
tick: Introduce hrtimer based broadcast
Preeti U Murthy
3
-4
/
+158
2014-02-07
time: Change the return type of clockevents_notify() to integer
Preeti U Murthy
3
-8
/
+12
2014-02-07
clockevents: Adjust timer interval when frequency changes
Soren Brinkmann
1
-3
/
+6
2014-02-07
clockevents: Serialize calls to clockevents_update_freq() in the core
Thomas Gleixner
3
-13
/
+45
2014-02-07
timekeeping: Move clock sync work to power efficient workqueue
Shaibal Dutta
1
-2
/
+3
2014-02-06
time: Fix overflow when HZ is smaller than 60
Mikulas Patocka
1
-0
/
+6
2014-02-05
execve: use 'struct filename *' for executable name passing
Linus Torvalds
2
-2
/
+2
2014-02-05
genirq: Generic irq chip requires IRQ_DOMAIN
Nitin A Kamble
1
-0
/
+1
2014-02-03
arm, pm, vmpressure: add missing slab.h includes
Tejun Heo
1
-0
/
+1
2014-02-02
compat: Fix sparse address space warnings
H. Peter Anvin
1
-2
/
+2
2014-02-02
compat: Get rid of (get|put)_compat_time(val|spec)
H. Peter Anvin
2
-55
/
+55
2014-02-02
Merge branch 'linus' into sched/core, to resolve conflicts
Ingo Molnar
50
-2148
/
+4195
2014-02-02
Merge branch 'linus' into core/locking
Ingo Molnar
49
-2161
/
+4230
2014-01-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-15
/
+16
2014-01-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+5
2014-01-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-8
/
+12
2014-01-30
kernel/smp.c: remove cpumask_ipi
Roman Gushchin
1
-16
/
+1
2014-01-30
kernel: use lockless list for smp_call_function_single
Christoph Hellwig
1
-38
/
+13
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-8
/
+9
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-11
/
+0
2014-01-28
sched/numa: Turn some magic numbers into #defines
Rik van Riel
1
-9
/
+25
2014-01-28
sched/numa: Rename variables in task_numa_fault()
Rik van Riel
1
-4
/
+4
2014-01-28
sched/numa: Do statistics calculation using local variables only
Rik van Riel
1
-8
/
+4
2014-01-28
sched/numa: Normalize faults_cpu stats and weigh by CPU use
Rik van Riel
2
-2
/
+53
2014-01-28
sched/numa, mm: Use active_nodes nodemask to limit numa migrations
Rik van Riel
1
-0
/
+63
2014-01-28
sched/numa: Build per numa_group active node mask from numa_faults_cpu statistics
Rik van Riel
1
-0
/
+42
2014-01-28
sched/numa: Track from which nodes NUMA faults are triggered
Rik van Riel
1
-7
/
+23
2014-01-28
sched/numa: Rename p->numa_faults to numa_faults_memory
Rik van Riel
3
-33
/
+33
2014-01-28
sched/numa, mm: Remove p->numa_migrate_deferred
Rik van Riel
2
-15
/
+0
2014-01-28
locking/mutexes/mcs: Restructure the MCS lock defines and locking code into its own file
Tim Chen
1
-61
/
+7
2014-01-28
locking/mutexes/mcs: Correct barrier usage
Waiman Long
1
-5
/
+13
2014-01-28
sched: Make sched_class::get_rr_interval() optional
Peter Zijlstra
1
-1
/
+3
2014-01-28
sched/deadline: Add sched_dl documentation
Dario Faggioli
1
-1
/
+2
[prev]
[next]