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
2019-06-12
genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks()
Minwoo Im
1
-7
/
+5
2019-06-12
genirq/timings: Add selftest for next event computation
Daniel Lezcano
1
-0
/
+66
2019-06-12
genirq/timings: Add selftest for irqs circular buffer
Daniel Lezcano
1
-0
/
+139
2019-06-12
genirq/timings: Add selftest for circular array
Daniel Lezcano
2
-0
/
+122
2019-06-12
genirq/timings: Encapsulate storing function
Daniel Lezcano
1
-19
/
+34
2019-06-12
genirq/timings: Encapsulate timings push
Daniel Lezcano
1
-9
/
+12
2019-06-12
genirq/timings: Optimize the period detection speed
Daniel Lezcano
1
-1
/
+1
2019-06-12
genirq/timings: Fix timings buffer inspection
Daniel Lezcano
1
-5
/
+18
2019-06-12
genirq/timings: Fix next event index function
Daniel Lezcano
1
-9
/
+42
2019-06-12
hrtimer: Remove unused header include
Yangtao Li
1
-1
/
+0
2019-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2
-2
/
+27
2019-06-11
ptrace: restore smp_rmb() in __ptrace_may_access()
Jann Horn
2
-0
/
+19
2019-06-11
swiotlb: Return consistent SWIOTLB segments/nr_tbl
Florian Fainelli
1
-4
/
+4
2019-06-11
swiotlb: Group identical cleanup in swiotlb_cleanup()
Florian Fainelli
1
-8
/
+10
2019-06-11
bpf: lpm_trie: check left child of last leftmost node for NULL
Jonathan Lemon
1
-2
/
+7
2019-06-10
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2
-2
/
+31
2019-06-10
Merge branch 'for-5.2-fixes' into for-5.3
Tejun Heo
1
-1
/
+5
2019-06-10
cgroup: Fix css_task_iter_advance_css_set() cset skip condition
Tejun Heo
1
-1
/
+1
2019-06-10
mm/hmm: Hold a mmgrab from hmm to mm
Jason Gunthorpe
1
-1
/
+0
2019-06-10
cgroup/bfq: revert bfq.weight symlink change
Jens Axboe
1
-29
/
+4
2019-06-09
fork: add clone3
Christian Brauner
1
-48
/
+153
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
30
-170
/
+30
2019-06-08
Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
3
-31
/
+30
2019-06-08
Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+29
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-4
/
+16
2019-06-07
Merge tag 'pm-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-2
/
+17
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
34
-301
/
+137
2019-06-07
kernel: module: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-06-07
Merge branch 'pm-x86'
Rafael J. Wysocki
2
-2
/
+11
2019-06-07
cgroup: let a symlink too be created with a cftype file
Angelo Ruocco
1
-4
/
+29
2019-06-06
bpf: fix unconnected udp hooks
Daniel Borkmann
2
-4
/
+16
2019-06-05
cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
Tejun Heo
1
-0
/
+4
2019-06-05
ptrace: move clearing of TIF_SYSCALL_EMU flag to core
Sudeep Holla
1
-0
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
10
-52
/
+10
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436
Thomas Gleixner
1
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430
Thomas Gleixner
1
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
7
-18
/
+7
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
Thomas Gleixner
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
1
-13
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
8
-72
/
+8
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
1
-10
/
+1
2019-06-05
livepatch: Use static buffer for debugging messages under rq lock
Petr Mladek
1
-2
/
+1
2019-06-05
signal: improve comments
Christian Brauner
1
-6
/
+5
2019-06-05
kernel/module.c: Only return -EEXIST for modules that have finished loading
Prarit Bhargava
1
-4
/
+2
2019-06-04
bpf: remove redundant assignment to err
Colin Ian King
2
-2
/
+2
2019-06-03
gcov: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-22
/
+2
2019-06-03
dma-direct: provide generic support for uncached kernel segments
Christoph Hellwig
1
-2
/
+15
2019-06-03
dma-contiguous: use fallback alloc_pages for single pages
Nicolin Chen
1
-1
/
+10
2019-06-03
dma-contiguous: add dma_{alloc,free}_contiguous() helpers
Nicolin Chen
2
-20
/
+51
2019-06-03
kprobes: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-19
/
+6
[prev]
[next]