index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2017-07-05
locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()
Kirill Tkhai
-2
/
+2
2017-07-05
sched/cputime: Accumulate vtime on top of nsec clocksource
Wanpeng Li
-22
/
+42
2017-07-05
sched/cputime: Move the vtime task fields to their own struct
Frederic Weisbecker
-51
/
+67
2017-07-05
sched/cputime: Rename vtime fields
Frederic Weisbecker
-17
/
+17
2017-07-05
sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime
Frederic Weisbecker
-1
/
+1
2017-07-05
vtime, sched/cputime: Remove vtime_account_user()
Frederic Weisbecker
-6
/
+6
2017-07-04
Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-14
/
+36
2017-07-04
PM / sleep: constify attribute_group structures
Arvind Yadav
-1
/
+1
2017-07-04
genirq/timings: Move free timings out of spinlocked region
Thomas Gleixner
-2
/
+3
2017-07-04
genirq: Move irq resource handling out of spinlocked region
Thomas Gleixner
-8
/
+15
2017-07-04
genirq: Add mutex to irq desc to serialize request/free_irq()
Thomas Gleixner
-0
/
+9
2017-07-04
genirq: Move bus locking into __setup_irq()
Thomas Gleixner
-8
/
+5
2017-07-04
genirq: Force inlining of __irq_startup_managed to prevent build failure
Geert Uytterhoeven
-1
/
+1
2017-07-04
genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN
Sebastian Ott
-1
/
+3
2017-07-04
Revert "sched/cputime: Refactor the cputime_adjust() code"
Ingo Molnar
-8
/
+14
2017-07-03
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
-27
/
+27
2017-07-03
Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+14
2017-07-03
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-4
/
+1
2017-07-03
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-236
/
+244
2017-07-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-264
/
+1755
2017-07-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1241
/
+1198
2017-07-03
Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+0
2017-07-03
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-23
/
+42
2017-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1585
/
+2413
2017-07-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-15
/
+15
2017-07-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-10
/
+37
2017-07-03
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2300
/
+1248
2017-07-03
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+3
2017-07-03
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
-9
/
+9
2017-07-03
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
Linus Torvalds
-2
/
+2
2017-07-03
Merge branch 'for-4.13' into for-linus
Petr Mladek
-14
/
+47
2017-07-03
Merge branch 'acpi-pm'
Rafael J. Wysocki
-7
/
+30
2017-07-03
Merge branch 'pm-sleep'
Rafael J. Wysocki
-7
/
+6
2017-07-03
Merge branch 'uuid-types'
Rafael J. Wysocki
-2
/
+2
2017-07-03
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
-0
/
+62
2017-07-03
bpf: extend bpf_trace_printk to support %i
John Fastabend
-3
/
+4
2017-07-03
bpf: export whether tail call has jited owner
Daniel Borkmann
-1
/
+6
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
-63
/
+46
2017-07-01
bpf: BPF support for sock_ops
Lawrence Brakmo
-0
/
+42
2017-06-30
Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-14
/
+24
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
-2
/
+2
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-32
/
+66
2017-06-30
objtool, x86: Add several functions and files to the objtool whitelist
Josh Poimboeuf
-1
/
+3
2017-06-30
posix_clocks: Use get_itimerspec64() and put_itimerspec64()
Deepa Dinamani
-28
/
+16
2017-06-30
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
-37
/
+25
2017-06-30
posix-timers: Use get_timespec64() and put_timespec64()
Deepa Dinamani
-76
/
+70
2017-06-30
sched/cputime: Refactor the cputime_adjust() code
Gustavo A. R. Silva
-11
/
+5
2017-06-30
cpu/hotplug: Constify attribute_group structures
Arvind Yadav
-2
/
+2
2017-06-30
sched/debug: Expose the number of RT/DL tasks that can migrate
Daniel Bristot de Oliveira
-2
/
+15
2017-06-30
bpf: don't open-code memdup_user()
Al Viro
-29
/
+16
[prev]
[next]