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
2017-12-01
bpf: cleanup register_is_null()
Alexei Starovoitov
1
-10
/
+10
2017-12-01
bpf: improve JEQ/JNE path walking
Alexei Starovoitov
1
-2
/
+3
2017-12-01
bpf: improve verifier liveness marks
Alexei Starovoitov
1
-0
/
+5
2017-12-01
bpf: don't mark FP reg as uninit
Alexei Starovoitov
1
-4
/
+4
2017-12-01
bpf: print liveness info to verifier log
Alexei Starovoitov
1
-4
/
+20
2017-12-01
bpf: fix stack state printing in verifier log
Alexei Starovoitov
1
-1
/
+1
2017-12-01
bpf: set maximum number of attached progs to 64 for a single perf tp
Yonghong Song
2
-1
/
+10
2017-11-29
kallsyms: take advantage of the new '%px' format
Linus Torvalds
2
-7
/
+7
2017-11-29
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Ingo Molnar
1
-1
/
+4
2017-11-29
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
79
-1574
/
+2776
2017-11-28
perf: Fix header.size for namespace events
Jiri Olsa
1
-1
/
+4
2017-11-28
cgroup: properly init u64_stats
Lucas Stach
1
-2
/
+6
2017-11-28
smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place
Lai Jiangshan
1
-5
/
+5
2017-11-27
bpf: offload: add a license header
Jakub Kicinski
1
-0
/
+15
2017-11-27
debug cgroup: use task_css_set instead of rcu_dereference
Wang Long
1
-2
/
+2
2017-11-27
blktrace: fix trace mutex deadlock
Jens Axboe
1
-2
/
+2
2017-11-27
workqueue: respect isolated cpus when queueing an unbound work
Tal Shorer
1
-1
/
+6
2017-11-27
cpuset: Make cpuset hotplug synchronous
Prateek Sood
3
-24
/
+20
2017-11-27
cgroup/cpuset: remove circular dependency deadlock
Prateek Sood
1
-23
/
+30
2017-11-26
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+13
2017-11-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2017-11-26
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2017-11-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
9
-77
/
+33
2017-11-23
genirq/matrix: Make - vs ?: Precedence explicit
Kees Cook
1
-1
/
+1
2017-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-51
/
+59
2017-11-23
Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...
Thomas Gleixner
96
-2119
/
+6304
2017-11-23
bpf: fix branch pruning logic
Alexei Starovoitov
1
-0
/
+27
2017-11-22
bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-2
/
+2
2017-11-22
bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-1
/
+1
2017-11-22
bpf: remove explicit handling of 0 for arg2 in bpf_probe_read
Gianluca Borello
1
-5
/
+1
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
1
-1
/
+3
2017-11-21
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2
-2
/
+2
2017-11-21
timer: Pass function down to initialization routines
Kees Cook
1
-6
/
+15
2017-11-21
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
1
-3
/
+3
2017-11-21
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
1
-10
/
+7
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2
-5
/
+5
2017-11-21
treewide: init_timer() -> setup_timer()
Kees Cook
1
-2
/
+1
2017-11-21
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
1
-2
/
+2
2017-11-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2
-2
/
+2
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
2
-17
/
+0
2017-11-21
bpf: offload: ignore namespace moves
Jakub Kicinski
1
-0
/
+4
2017-11-21
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
1
-10
/
+0
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-11
/
+12
2017-11-21
bpf: offload: rename the ifindex field
Jakub Kicinski
2
-3
/
+3
2017-11-21
bpf: offload: limit offload to cls_bpf and xdp programs only
Jakub Kicinski
1
-2
/
+3
2017-11-21
bpf: offload: add comment warning developers about double destroy
Jakub Kicinski
1
-0
/
+4
2017-11-19
blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bio
Marcos Paulo de Souza
1
-16
/
+10
2017-11-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-292
/
+396
2017-11-17
kernel/reboot.c: add devm_register_reboot_notifier()
Andrey Smirnov
1
-0
/
+27
2017-11-17
kcov: support comparison operands collection
Victor Chibotaru
1
-35
/
+179
[prev]
[next]