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
2016-07-25
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-66
/
+358
2016-07-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
13
-540
/
+751
2016-07-25
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+0
2016-07-25
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-84
/
+87
2016-07-25
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-186
/
+412
2016-07-25
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-44
/
+130
2016-07-25
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
17
-111
/
+290
2016-07-25
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-736
/
+844
2016-07-24
Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2016-07-19
tick/nohz: Optimize nohz idle enter
Gaurav Jindal
1
-2
/
+1
2016-07-19
genirq: Fix missing irq allocation affinity hint
Vincent Stehle
1
-1
/
+1
2016-07-19
clockevents: Make clockevents_subsys static
Ben Dooks
1
-1
/
+1
2016-07-16
Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+1
2016-07-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-07-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-7
/
+9
2016-07-15
gcov: add support for gcc version >= 6
Florian Meier
1
-1
/
+1
2016-07-14
sched/cputime: Drop local_irq_save/restore from irqtime_account_irq()
Rik van Riel
1
-4
/
+0
2016-07-14
sched/cputime: Clean up the old vtime gen irqtime accounting completely
Frederic Weisbecker
1
-23
/
+10
2016-07-14
sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code
Rik van Riel
1
-13
/
+3
2016-07-14
sched/cputime: Count actually elapsed irq & softirq time
Rik van Riel
1
-47
/
+77
2016-07-14
Merge branch 'sched/core' into timers/nohz, to avoid conflicts in upcoming pa...
Ingo Molnar
8
-186
/
+412
2016-07-14
Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-0
/
+1
2016-07-14
Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...
Linus Torvalds
1
-0
/
+1
2016-07-13
sched/core: Correct off by one bug in load migration calculation
Thomas Gleixner
3
-7
/
+9
2016-07-13
cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...
Thomas Gleixner
1
-0
/
+2
2016-07-11
irqdomain: Fix irq_domain_alloc_irqs_recursive() error handling
Alexander Popov
1
-2
/
+4
2016-07-11
posix_cpu_timer: Exit early when process has been reaped
Alexey Dobriyan
1
-0
/
+1
2016-07-10
Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86"
Ingo Molnar
1
-7
/
+0
2016-07-10
sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is set
Daniel Bristot de Oliveira
1
-0
/
+3
2016-07-09
sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats together
Zhao Lei
1
-0
/
+40
2016-07-09
sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show()
Zhao Lei
1
-15
/
+14
2016-07-09
sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enums
Zhao Lei
1
-27
/
+20
2016-07-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-22
/
+20
2016-07-08
Merge branch 'x86/mm' into x86/boot, to pick up dependencies
Ingo Molnar
19
-176
/
+277
2016-07-07
Merge branch 'timers/fast-wheel' into timers/core
Ingo Molnar
29
-692
/
+1077
2016-07-07
timers: Implement optimization for same expiry time in mod_timer()
Anna-Maria Gleixner
1
-16
/
+35
2016-07-07
timers: Split out index calculation
Anna-Maria Gleixner
1
-15
/
+32
2016-07-07
timers: Only wake softirq if necessary
Thomas Gleixner
1
-0
/
+11
2016-07-07
timers: Forward the wheel clock whenever possible
Thomas Gleixner
3
-21
/
+120
2016-07-07
timers/nohz: Remove pointless tick_nohz_kick_tick() function
Thomas Gleixner
1
-32
/
+1
2016-07-07
timers: Optimize collect_expired_timers() for NOHZ
Anna-Maria Gleixner
1
-8
/
+41
2016-07-07
timers: Move __run_timers() function
Anna-Maria Gleixner
1
-26
/
+26
2016-07-07
timers: Remove set_timer_slack() leftovers
Thomas Gleixner
1
-19
/
+0
2016-07-07
timers: Switch to a non-cascading wheel
Thomas Gleixner
1
-362
/
+467
2016-07-07
timers: Give a few structs and members proper names
Thomas Gleixner
1
-59
/
+59
2016-07-07
signals: Use hrtimer for sigtimedwait()
Thomas Gleixner
1
-14
/
+10
2016-07-07
timers: Remove the deprecated mod_timer_pinned() API
Thomas Gleixner
1
-34
/
+5
2016-07-07
timers: Make 'pinned' a timer property
Thomas Gleixner
1
-5
/
+5
2016-07-07
Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready
Ingo Molnar
3
-4
/
+4
2016-07-07
locking/static_keys: Fix non static symbol Sparse warning
Wei Yongjun
1
-1
/
+1
[next]