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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
linux/compiler.h: don't use bool
Rasmus Villemoes
1
-1
/
+1
2018-08-22
userns: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
1
-2
/
+3
2018-08-22
bdi: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
2
-3
/
+4
2018-08-22
kernel.h: documentation for roundup() vs round_up()
Kees Cook
1
-1
/
+34
2018-08-22
include/asm-generic/bug.h: clarify valid uses of WARN()
Dmitry Vyukov
1
-3
/
+13
2018-08-22
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
1
-0
/
+2
2018-08-22
proc/kcore: don't grab lock for kclist_add()
Omar Sandoval
1
-1
/
+1
2018-08-22
proc: spread "const" a bit
Alexey Dobriyan
1
-1
/
+1
2018-08-22
mm: fix comment for NODEMASK_ALLOC
Oscar Salvador
1
-1
/
+1
2018-08-22
/proc/meminfo: add percpu populated pages count
Dennis Zhou (Facebook)
1
-0
/
+2
2018-08-22
mm, oom: introduce memory.oom.group
Roman Gushchin
1
-0
/
+18
2018-08-22
mm/page_alloc: Introduce free_area_init_core_hotplug
Oscar Salvador
2
-1
/
+2
2018-08-22
mm: access zone->node via zone_to_nid() and zone_set_nid()
Pavel Tatashin
2
-15
/
+20
2018-08-22
mm: remove zone_id() and make use of zone_idx() in is_dev_zone()
Oscar Salvador
1
-19
/
+12
2018-08-22
mm: zero out the vma in vma_init()
Andrew Morton
1
-0
/
+1
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
4
-12
/
+30
2018-08-22
mm, swap, get_swap_pages: use entry_size instead of cluster in parameter
Huang Ying
1
-1
/
+1
2018-08-22
mm: struct shrinker: make flags of unsigned type
Kirill Tkhai
1
-2
/
+2
2018-08-22
mm: struct shrink_control: keep int fields together
Kirill Tkhai
1
-3
/
+3
2018-08-20
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
9
-43
/
+71
2018-08-20
Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
7
-19
/
+36
2018-08-20
Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-17
/
+4
2018-08-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-12
/
+21
2018-08-20
Merge tag 'backlight-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2018-08-20
Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
11
-17
/
+4812
2018-08-20
Raise the minimum required gcc version to 4.6
Joe Perches
1
-68
/
+18
2018-08-20
Merge branch 'for-4.19/multitouch-multiaxis' into for-linus
Jiri Kosina
2
-8
/
+16
2018-08-20
Merge branch 'for-4.19/i2c-hid' into for-linus
Jiri Kosina
1
-4
/
+3
2018-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
8
-12
/
+32
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-5
/
+25
2018-08-19
Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2018-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-33
/
+81
2018-08-18
Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteproc
Linus Torvalds
1
-1
/
+36
2018-08-18
Merge tag 'rproc-v4.19' of git://github.com/andersson/remoteproc
Linus Torvalds
2
-9
/
+14
2018-08-18
Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-1
/
+7
2018-08-18
Merge tag 'mmc-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
4
-6
/
+11
2018-08-18
pcmcia: remove long deprecated pcmcia_request_exclusive_irq() function
Linus Torvalds
1
-10
/
+0
2018-08-18
deprecate the '__deprecated' attribute warnings entirely and for good
Linus Torvalds
2
-20
/
+2
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-54
/
+80
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-55
/
+769
2018-08-18
Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+19
2018-08-18
Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
6
-5
/
+43
2018-08-18
Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
11
-49
/
+405
2018-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-4
/
+8
2018-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
4
-5
/
+10
2018-08-17
Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux
Linus Torvalds
1
-7
/
+4
2018-08-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
18
-67
/
+209
2018-08-17
mm, vmacache: hash addresses based on pmd
David Rientjes
1
-6
/
+0
2018-08-17
mm/list_lru: introduce list_lru_shrink_walk_irq()
Sebastian Andrzej Siewior
1
-0
/
+25
2018-08-17
mm/sparse: delete old sparse_init and enable new one
Pavel Tatashin
1
-6
/
+0
[next]