summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira
2018-07-25stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang
2018-07-25locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-24cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau
2018-07-23mm, dev_pagemap: Do not clear ->mapping on final putDan Williams
2018-07-23fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman
2018-07-23fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman
2018-07-23livepatch: Validate module/old func name lengthKamalesh Babulal
2018-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21signal: Push pid type down into complete_signal.Eric W. Biederman
2018-07-21signal: Push pid type down into __send_signalEric W. Biederman
2018-07-21signal: Push pid type down into send_signalEric W. Biederman
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman
2018-07-21signal: Pass pid type into group_send_sig_infoEric W. Biederman
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-07-21pids: Move task_pid_type into sched/signal.hEric W. Biederman
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-07-20sched/clock: Close a hole in sched_clock_init()Peter Zijlstra
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau
2018-07-20Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...Thomas Gleixner
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang
2018-07-19time: Fix extra sleeptime injection when suspend failsMukesh Ojha
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin
2018-07-19ntp: Use kstrtos64 for s64 variableOndrej Mosnacek
2018-07-19ntp: Remove redundant argumentsOndrej Mosnacek
2018-07-19timer: Fix coding styleYi Wang
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-18audit: fix use-after-free in audit_add_watchRonny Chevalier
2018-07-18bpf: offload: allow program and map sharing per-ASICJakub Kicinski
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski
2018-07-18bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski