Age | Commit message (Expand) | Author | Files | Lines |
2018-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 23 | -167/+422 |
2018-05-17 | Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -22/+28 |
2018-05-17 | proc: do not access cmdline nor environ from file-backed areas | Willy Tarreau | 3 | -4/+8 |
2018-05-16 | Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -22/+2 |
2018-05-16 | Merge tag 'trace-v4.17-rc5-vsprintf' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -11/+15 |
2018-05-16 | vsprintf: Replace memory barrier with static_key for random_ptr_key update | Steven Rostedt (VMware) | 1 | -11/+15 |
2018-05-15 | Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 17 | -168/+266 |
2018-05-15 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2 | -5/+5 |
2018-05-15 | Merge tag 'drm-fixes-for-v4.17-rc6-urgent' of git://people.freedesktop.org/~a... | Linus Torvalds | 1 | -0/+1 |
2018-05-15 | s390/qdio: don't release memory in qdio_setup_irq() | Julian Wiedmann | 1 | -8/+2 |
2018-05-15 | s390/qdio: fix access to uninitialized qdio_q fields | Julian Wiedmann | 1 | -1/+1 |
2018-05-15 | drm: set FMODE_UNSIGNED_OFFSET for drm files | Dave Airlie | 1 | -0/+1 |
2018-05-14 | tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_... | Steven Rostedt (VMware) | 3 | -22/+2 |
2018-05-14 | selinux: correctly handle sa_family cases in selinux_sctp_bind_connect() | Alexey Kodanev | 1 | -1/+2 |
2018-05-14 | selinux: fix address family in bind() and connect() to match address/port | Alexey Kodanev | 1 | -11/+7 |
2018-05-14 | selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind() | Alexey Kodanev | 1 | -10/+19 |
2018-05-14 | afs: Fix the non-encryption of calls | David Howells | 1 | -0/+7 |
2018-05-14 | afs: Fix CB.CallBack handling | David Howells | 1 | -28/+7 |
2018-05-14 | afs: Fix whole-volume callback handling | David Howells | 10 | -32/+63 |
2018-05-14 | afs: Fix afs_find_server search loop | Marc Dionne | 1 | -13/+0 |
2018-05-14 | afs: Fix the handling of an unfound server in CM operations | David Howells | 2 | -27/+12 |
2018-05-14 | afs: Add a tracepoint to record callbacks from unlisted servers | David Howells | 2 | -3/+51 |
2018-05-14 | afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID | David Howells | 1 | -3/+3 |
2018-05-14 | afs: Fix VNOVOL handling in address rotation | David Howells | 1 | -2/+2 |
2018-05-14 | afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibility | David Howells | 1 | -8/+21 |
2018-05-14 | afs: Fix server rotation's handling of fileserver probe failure | David Howells | 1 | -2/+10 |
2018-05-14 | afs: Fix refcounting in callback registration | David Howells | 4 | -22/+52 |
2018-05-14 | afs: Fix giving up callbacks on server destruction | David Howells | 3 | -4/+11 |
2018-05-14 | afs: Fix address list parsing | David Howells | 1 | -10/+15 |
2018-05-14 | afs: Fix directory page locking | David Howells | 4 | -24/+22 |
2018-05-13 | Linux 4.17-rc5v4.17-rc5 | Linus Torvalds | 1 | -1/+1 |
2018-05-13 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 14 | -78/+153 |
2018-05-13 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -56/+1 |
2018-05-13 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -6/+25 |
2018-05-13 | Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
2018-05-12 | Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 4 | -43/+57 |
2018-05-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2 | -5/+12 |
2018-05-12 | Merge tag 'for-linus-20180511' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -2/+23 |
2018-05-12 | swiotlb: silent unwanted warning "buffer is full" | Jean Delvare | 1 | -1/+1 |
2018-05-12 | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after... | Mel Gorman | 1 | -56/+1 |
2018-05-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 17 | -87/+164 |
2018-05-11 | rbtree: include rcu.h | Sebastian Andrzej Siewior | 2 | -0/+2 |
2018-05-11 | scripts/faddr2line: fix error when addr2line output contains discriminator | Changbin Du | 1 | -1/+4 |
2018-05-11 | ocfs2: take inode cluster lock before moving reflinked inode from orphan dir | Ashish Samant | 1 | -2/+12 |
2018-05-11 | mm, oom: fix concurrent munlock and oom reaper unmap, v3 | David Rientjes | 3 | -56/+71 |
2018-05-11 | mm: migrate: fix double call of radix_tree_replace_slot() | Naoya Horiguchi | 1 | -3/+1 |
2018-05-11 | proc/kcore: don't bounds check against address 0 | Laura Abbott | 1 | -7/+16 |
2018-05-11 | mm: don't show nr_indirectly_reclaimable in /proc/vmstat | Roman Gushchin | 1 | -1/+5 |
2018-05-11 | mm: sections are not offlined during memory hotremove | Pavel Tatashin | 1 | -1/+1 |
2018-05-11 | z3fold: fix reclaim lock-ups | Vitaly Wool | 1 | -12/+30 |