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
2018-01-17
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-11
/
+16
2018-01-17
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-19
/
+29
2018-01-17
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-23
/
+90
2018-01-17
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2018-01-17
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
8
-27
/
+154
2018-01-17
PM / hibernate: Drop unused parameter of enough_swap
Kyungsik Lee
1
-2
/
+2
2018-01-17
Expand INIT_STRUCT_PID and remove
David Howells
1
-1
/
+13
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-28
/
+70
2018-01-17
bpf: annotate bpf_insn_print_t with __printf
Jakub Kicinski
1
-2
/
+2
2018-01-17
bpf: offload: make bpf_offload_dev_match() reject host+host case
Jakub Kicinski
1
-3
/
+1
2018-01-17
bpf: cpumap: make some functions static
Wei Yongjun
1
-11
/
+12
2018-01-16
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-4
/
+21
2018-01-16
Merge tag 'trace-v4.15-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-18
/
+46
2018-01-16
ptrace: Use copy_siginfo in setsiginfo and getsiginfo
Eric W. Biederman
1
-2
/
+2
2018-01-16
printk: Never set console_may_schedule in console_trylock()
Sergey Senozhatsky
1
-14
/
+8
2018-01-16
printk: Hide console waiter logic into helpers
Petr Mladek
1
-97
/
+148
2018-01-16
printk: Add console owner and waiter logic to load balance console writes
Steven Rostedt (VMware)
1
-1
/
+107
2018-01-16
kallsyms: remove print_symbol() function
Sergey Senozhatsky
1
-11
/
+0
2018-01-16
kvm_config: add CONFIG_S390_GUEST
Christian Borntraeger
1
-0
/
+1
2018-01-16
hrtimer: Implement SOFT/HARD clock base selection
Anna-Maria Gleixner
1
-4
/
+11
2018-01-16
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
1
-24
/
+172
2018-01-16
delayacct: Account blkio completion on the correct task
Josh Snyder
2
-19
/
+29
2018-01-16
hrtimer: Prepare handling of hard and softirq based hrtimers
Anna-Maria Gleixner
1
-9
/
+29
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
1
-0
/
+20
2018-01-16
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
Anna-Maria Gleixner
1
-13
/
+18
2018-01-16
hrtimer: Factor out __hrtimer_next_event_base()
Anna-Maria Gleixner
1
-4
/
+16
2018-01-15
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-0
/
+90
2018-01-16
hrtimer: Factor out __hrtimer_start_range_ns()
Anna-Maria Gleixner
1
-20
/
+24
2018-01-16
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make remote enqueue decision less restrictive
Anna-Maria Gleixner
1
-1
/
+1
2018-01-16
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
3
-19
/
+14
2018-01-16
hrtimer: Unify hrtimer removal handling
Anna-Maria Gleixner
1
-6
/
+4
2018-01-16
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
Anna-Maria Gleixner
1
-32
/
+28
2018-01-16
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
1
-67
/
+62
2018-01-16
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
1
-10
/
+2
2018-01-16
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
1
-20
/
+6
2018-01-16
hrtimer: Use accesor functions instead of direct access
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code
Anna-Maria Gleixner
1
-16
/
+15
2018-01-16
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
1
-15
/
+13
2018-01-16
hrtimer: Switch 'for' loop to _ffs() evaluation
Anna-Maria Gleixner
1
-10
/
+21
2018-01-16
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
1
-7
/
+9
2018-01-16
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
1
-1
/
+6
2018-01-16
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
1
-4
/
+5
2018-01-16
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
1
-6
/
+6
2018-01-16
hrtimer: Correct blatantly incorrect comment
Thomas Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active
Thomas Gleixner
4
-61
/
+60
2018-01-16
Merge branch 'timers/urgent' into timers/core, to pick up dependent fix
Ingo Molnar
3
-2
/
+3
2018-01-15
signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
Eric W. Biederman
2
-3
/
+2
2018-01-15
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-0
/
+81
[prev]
[next]