summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-272-4/+44
|\
| * asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+36
| * asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+5
| * 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-1/+1
| * compat ABI: use non-compat openat and open_by_handle_at variantsYury Norov2019-02-181-3/+2
* | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-109-149/+211
|\|
| * y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-1/+43
| * y2038: remove struct definition redirectsArnd Bergmann2019-02-074-21/+0
| * y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-28/+28
| * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-073-91/+83
| * timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-071-3/+3
| * timex: use __kernel_timex internallyDeepa Dinamani2019-02-073-6/+6
| * sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-071-0/+2
| * time: fix sys_timer_settime prototypeArnd Bergmann2019-02-071-1/+1
| * time: Add struct __kernel_timexDeepa Dinamani2019-02-072-0/+48
| * time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-072-34/+33
* | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-102-0/+8
|\|
| * arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+1
| * ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-0/+3
| * ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-181-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-02-071-5/+4
|\ \
| * | HID: debug: fix the ring buffer implementationVladis Dronov2019-01-291-5/+4
* | | Merge tag 'sound-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-02-072-1/+6
|\ \ \
| * | | ALSA: compress: Fix stop handling on compressed capture streamsCharles Keepax2019-02-051-1/+5
| * | | ALSA: hda - Serialize codec registrationsTakashi Iwai2019-02-011-0/+1
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-02-072-10/+6
|\ \ \ \
| * | | | virtio: drop internal struct from UAPIMichael S. Tsirkin2019-02-051-10/+0
| * | | | virtio: support VIRTIO_F_ORDER_PLATFORMTiwei Bie2019-01-241-0/+6
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-031-1/+1
|\ \ \ \ \
| * | | | | x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-021-1/+1
* | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-031-2/+0
|\ \ \ \ \ \
| * | | | | | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-301-2/+0
* | | | | | | Merge tag 'for-linus-20190202' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-021-0/+2
|\ \ \ \ \ \ \
| * | | | | | | ide: ensure atapi sense request aren't preemptedJens Axboe2019-01-311-0/+2
| |/ / / / / /
* | | | | | | mm/hotplug: invalid PFNs from pfn_to_online_page()Qian Cai2019-02-021-8/+10
* | | | | | | oom, oom_reaper: do not enqueue same task twiceTetsuo Handa2019-02-021-0/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-02-012-2/+27
|\ \ \ \ \ \ \
| * | | | | | | RDMA/hns: Update the kernel header file of hnsLijun Ou2019-01-251-0/+5
| * | | | | | | RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-211-2/+22
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'pm-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-02-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | PM-runtime: Fix deadlock with ktime_get()Vincent Guittot2019-01-301-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-011-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Revert "dt-bindings: marvell,mmp2: Add clock id for the SP clock"Lubomir Rintel2019-01-241-1/+0
* | | | | | | | fs/dcache: Track & report number of negative dentriesWaiman Long2019-01-301-3/+4
* | | | | | | | fs: Don't need to put list_lru into its own cachelineWaiman Long2019-01-301-4/+5
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-301-0/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | net: tls: Save iv in tls_rec for async crypto requestsDave Watson2019-01-291-0/+2
* | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-01-271-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-211-1/+5
* | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-271-0/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |