aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-02net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski3-5/+13
2018-04-02net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski3-5/+13
2018-04-02net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski3-3/+9
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski3-4/+11
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski3-3/+9
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski3-3/+9
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski3-9/+17
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski3-8/+17
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski3-9/+21
2018-04-02x86: remove compat_sys_x86_waitpid()Dominik Brodowski3-10/+1
2018-04-02x86: use _do_fork() in compat_sys_x86_clone()Dominik Brodowski1-1/+2
2018-04-02mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski2-5/+12
2018-04-02kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski1-13/+39
2018-04-02kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski2-4/+13
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski3-6/+6
2018-03-25syscalls: define and explain goal to not call syscalls in the kernelDominik Brodowski2-0/+39
2018-03-11Linux 4.16-rc5Linus Torvalds1-1/+1
2018-03-11dmaengine: mv_xor_v2: Fix clock resource by adding a register clockGregory CLEMENT2-6/+25
2018-03-09lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez1-1/+1
2018-03-09selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpusLi Zhijian1-8/+17
2018-03-09mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek1-2/+7
2018-03-09mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek1-5/+5
2018-03-09mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAITAndrea Arcangeli1-2/+5
2018-03-09lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()Kees Cook1-0/+2
2018-03-09bug: use %pB in BUG and stack protector failureKees Cook2-2/+2
2018-03-09hugetlb: fix surplus pages accountingMichal Hocko1-1/+1
2018-03-09RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky1-1/+6
2018-03-09Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford1-6/+1
2018-03-09arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discoveryMarc Zyngier1-2/+2
2018-03-09Documentation/sphinx: Fix Directive import errorMatthew Wilcox1-2/+1
2018-03-09platform/x86: dell-smbios: Resolve dependency error on DCDBASDarren Hart (VMware)1-0/+6
2018-03-09platform/x86: Allow for SMBIOS backend defaultsDarren Hart (VMware)1-2/+4
2018-03-09platform/x86: dell-smbios: Link all dell-smbios-* modules togetherMario Limonciello6-33/+66
2018-03-09platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-baseMario Limonciello2-0/+1
2018-03-09platform/x86: dell-smbios: Correct some style warningsMario Limonciello1-3/+5
2018-03-09loop: Fix lost writes caused by missing flagRoss Zwisler1-1/+1
2018-03-09clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada1-0/+1
2018-03-09rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng1-2/+3
2018-03-09x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers3-1/+12
2018-03-09perf/core: Fix ctx_event_type in ctx_resched()Song Liu1-1/+3
2018-03-08nvme_fc: rework sqsize handlingJames Smart1-10/+17
2018-03-08ALSA: hda: add dock and led support for HP ProBook 640 G2Dennis Wassenberg1-0/+1
2018-03-08ALSA: hda: add dock and led support for HP EliteBook 820 G3Dennis Wassenberg1-0/+1
2018-03-08nvme-fabrics: Ignore nr_io_queues option for discovery controllersRoland Dreier1-0/+5
2018-03-09kbuild: Handle builtin dtb file names containing hyphensJames Hogan1-4/+4
2018-03-09scripts/bloat-o-meter: fix typos in helpMatteo Croce1-1/+1
2018-03-08x86/MCE: Serialize sysfs changesSeunghun Han1-1/+21
2018-03-08x86/MCE: Save microcode revision in machine check recordsTony Luck2-1/+4
2018-03-08xen: xenbus: use put_device() instead of kfree()Arvind Yadav1-1/+4
2018-03-08ALSA: hda/realtek - Make dock sound work on ThinkPad L570Dennis Wassenberg1-0/+1