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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-26
aio: simplify KIOCB_KEY handling
Christoph Hellwig
2
-9
/
+7
2018-05-26
fs: introduce new ->get_poll_head and ->poll_mask methods
Christoph Hellwig
5
-7
/
+50
2018-05-26
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
9
-38
/
+32
2018-05-26
fs: update documentation to mention __poll_t and match the code
Christoph Hellwig
2
-2
/
+2
2018-05-26
fs: cleanup do_pollfd
Christoph Hellwig
1
-24
/
+22
2018-05-26
fs: unexport poll_schedule_timeout
Christoph Hellwig
2
-4
/
+1
2018-05-26
uapi: turn __poll_t sparse checks on by default
Christoph Hellwig
1
-4
/
+0
2018-05-26
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base
Christoph Hellwig
26
-120
/
+153
2018-05-26
staging: lustre: fix build error in errno.c
Greg Kroah-Hartman
1
-0
/
+1
2018-05-26
staging: lustre: fix build error in mdc_request.c
Greg Kroah-Hartman
1
-0
/
+1
2018-05-26
hwtracing: stm: fix build error on some arches
Greg Kroah-Hartman
1
-0
/
+1
2018-05-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
16
-43
/
+125
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
49
-193
/
+372
2018-05-26
rtc: test: remove obsolete .set_mmss
Alexandre Belloni
1
-17
/
+2
2018-05-25
kasan: fix memory hotplug during boot
David Hildenbrand
1
-1
/
+1
2018-05-25
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
1
-0
/
+1
2018-05-25
checkpatch: fix macro argument precedence test
Joe Perches
1
-1
/
+1
2018-05-25
init/main.c: include <linux/mem_encrypt.h>
Mathieu Malaterre
1
-0
/
+1
2018-05-25
kernel/sys.c: fix potential Spectre v1 issue
Gustavo A. R. Silva
1
-0
/
+5
2018-05-25
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
3
-6
/
+9
2018-05-25
proc: fix smaps and meminfo alignment
Hugh Dickins
1
-5
/
+0
2018-05-25
mm: do not warn on offline nodes unless the specific node is explicitly requested
Michal Hocko
1
-1
/
+1
2018-05-25
mm, memory_hotplug: make has_unmovable_pages more robust
Michal Hocko
1
-6
/
+10
2018-05-25
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
1
-2
/
+61
2018-05-25
MAINTAINERS: change hugetlbfs maintainer and update files
Mike Kravetz
1
-1
/
+7
2018-05-25
ipc/shm: fix shmat() nil address after round-down when remapping
Davidlohr Bueso
1
-2
/
+10
2018-05-25
Revert "ipc/shm: Fix shmat mmap nil-page protection"
Davidlohr Bueso
1
-7
/
+2
2018-05-25
idr: fix invalid ptr dereference on item delete
Matthew Wilcox
2
-1
/
+10
2018-05-25
ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio"
Changwei Ge
1
-10
/
+1
2018-05-25
mm: fix nr_rotate_swap leak in swapon() error case
Omar Sandoval
1
-1
/
+6
2018-05-25
xfs, proc: hide unused xfs procfs helpers
Arnd Bergmann
1
-1
/
+1
2018-05-25
net/mlx5e: Avoid reset netdev stats on configuration changes
Eran Ben Elisha
8
-100
/
+136
2018-05-25
media: vsp1: Move video configuration to a cached dlb
Kieran Bingham
4
-30
/
+56
2018-05-25
media: vsp1: Adapt entities to configure into a body
Kieran Bingham
21
-169
/
+194
2018-05-25
media: vsp1: Refactor display list configure operations
Kieran Bingham
16
-420
/
+422
2018-05-25
media: vsp1: Use reference counting for bodies
Kieran Bingham
3
-4
/
+26
2018-05-25
media: vsp1: Convert display lists to use new body pool
Kieran Bingham
6
-180
/
+100
2018-05-25
media: vsp1: Provide a body pool
Kieran Bingham
2
-0
/
+171
2018-05-25
media: vsp1: Protect bodies against overflow
Kieran Bingham
1
-0
/
+7
2018-05-25
media: vsp1: Reword uses of 'fragment' as 'body'
Kieran Bingham
4
-72
/
+70
2018-05-25
media: vsp1: Move video suspend resume handling to video object
Kieran Bingham
5
-75
/
+80
2018-05-25
media: vsp1: Release buffers for each video node
Kieran Bingham
1
-8
/
+13
2018-05-25
media: vsp1: Drop OF dependency of VIDEO_RENESAS_VSP1
Geert Uytterhoeven
1
-1
/
+1
2018-05-25
media: adv7511: fix clearing of the CEC receive buffer
Hans Verkuil
1
-9
/
+9
2018-05-25
udf: Simplify calls to udf_disk_stamp_to_time
Deepa Dinamani
4
-37
/
+21
2018-05-25
fs: nfs: get rid of memcpys for inode times
Deepa Dinamani
1
-7
/
+7
2018-05-25
ceph: make inode time prints to be long long
Deepa Dinamani
1
-21
/
+21
2018-05-25
lustre: Use long long type to print inode time
Deepa Dinamani
5
-16
/
+20
2018-05-25
fs: add timespec64_truncate()
Deepa Dinamani
2
-0
/
+25
2018-05-25
PCI: Remove unused pcie_get_minimum_link()
Bjorn Helgaas
2
-45
/
+0
[prev]
[next]