Age | Commit message (Expand) | Author |
2018-04-02 | net: socket: move check for forbid_cmsg_compat to __sys_...msg() | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_listen() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_connect() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_bind() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_socket() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_accept4() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_sendto() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | mm: use do_futex() instead of sys_futex() in mm_release() | Dominik Brodowski |
2018-04-02 | kernel: open-code sys_rt_sigpending() in sys_sigpending() | Dominik Brodowski |
2018-03-25 | syscalls: define and explain goal to not call syscalls in the kernel | Dominik Brodowski |
2018-03-09 | Merge tag 'pci-v4.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-03-09 | Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2018-03-08 | Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-03-07 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2018-03-06 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-03-06 | signal: Correct the offset of si_pkey in struct siginfo | Eric W. Biederman |
2018-03-05 | PCI: Move of_irq_parse_and_map_pci() declaration under OF_IRQ | Guenter Roeck |
2018-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-03-04 | net: make skb_gso_*_seglen functions private | Daniel Axtens |
2018-03-04 | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len | Daniel Axtens |
2018-03-03 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-03-03 | Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds |
2018-03-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-03-02 | signals: Move put_compat_sigset to compat.h to silence hardened usercopy | Matt Redfearn |
2018-03-02 | Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-03-02 | ocxl: Add get_metadata IOCTL to share OCXL information to userspace | Alastair D'Silva |
2018-03-01 | scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops | Bart Van Assche |
2018-03-01 | Merge tag 'drm-fixes-for-v4.16-rc4' of git://people.freedesktop.org/~airlied/... | Linus Torvalds |
2018-03-01 | Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds |
2018-03-01 | KVM: x86: Add a framework for supporting MSR-based features | Tom Lendacky |
2018-03-01 | block: display the correct diskname for bio | Jiufei Xue |
2018-03-01 | Merge tag 'drm-misc-fixes-2018-02-28' of git://people.freedesktop.org/drm-mis... | Dave Airlie |
2018-02-28 | ARC: mcip: update MCIP debug mask when the new cpu came online | Eugeniy Paltsev |
2018-02-28 | ARC: mcip: halt GFRC counter when ARC cores halt | Eugeniy Paltsev |
2018-02-28 | mlxsw: spectrum: Fix handling of resource_size_param | Jiri Pirko |
2018-02-27 | net: phy: Restore phy_resume() locking assumption | Andrew Lunn |
2018-02-27 | virtio-gpu: fix ioctl and expose the fixed status to userspace. | Dave Airlie |
2018-02-26 | dax: fix vma_is_fsdax() helper | Dan Williams |
2018-02-26 | blktrace_api.h: fix comment for struct blk_user_trace_setup | Eric Biggers |
2018-02-26 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-02-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-02-26 | genhd: Fix BUG in blkdev_open() | Jan Kara |
2018-02-26 | genhd: Add helper put_disk_and_module() | Jan Kara |
2018-02-26 | genhd: Rename get_disk() to get_disk_and_module() | Jan Kara |