summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-10-10kdb: Fix "btc <cpu>" crash if the CPU didn't round upDouglas Anderson-27/+34
2019-10-10kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt boolDouglas Anderson-8/+6
2019-10-10kgdb: Remove unused DCPU_SSTEP definitionDouglas Anderson-1/+0
2019-10-10PM: sleep: include <linux/pm_runtime.h> for pm_wqBen Dooks-0/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai-20/+19
2019-10-09perf/core: Fix corner case in perf_rotate_context()Song Liu-5/+17
2019-10-09perf/core: Rework memory accounting in perf_mmap()Song Liu-2/+15
2019-10-09sched/cputime: Spare a seqcount lock/unlock cycle on context switchFrederic Weisbecker-11/+19
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker-9/+9
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker-3/+3
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang-14/+22
2019-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+3
2019-10-07kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko-2/+2
2019-10-07panic: ensure preemption is disabled during panic()Will Deacon-0/+1
2019-10-07perf/core: Fix inheritance of aux_output groupsAlexander Shishkin-0/+4
2019-10-07cgroup: Optimize single thread migrationMichal Koutný-13/+36
2019-10-07cgroup: Update comments about task exit pathMichal Koutný-20/+9
2019-10-07cgroup: short-circuit current_cgns_cgroup_from_root() on the default hierarchyMiaohe Lin-0/+2
2019-10-06Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+2
2019-10-06Revert "libata, freezer: avoid block device removal while system is frozen"Mika Westerberg-6/+0
2019-10-05Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+4
2019-10-05locking: locktorture: Do not include rwlock.h directlyWolfgang M. Reimer-1/+0
2019-10-05rcutorture: Make in-kernel-loop testing more brutalPaul E. McKenney-1/+1
2019-10-05rcutorture: Separate warnings for each failure typePaul E. McKenney-6/+9
2019-10-05rcu: Remove unused variable rcu_perf_writer_stateEthan Hansen-16/+0
2019-10-05locktorture: Replace strncmp() with str_has_prefix()Chuhong Yuan-4/+4
2019-10-05rcu: Remove unused function rcutorture_record_progress()Ethan Hansen-2/+0
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney-0/+12
2019-10-05rcu: Make CPU-hotplug removal operations enable tickPaul E. McKenney-0/+9
2019-10-05stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney-1/+2
2019-10-05rcutorture: Force on tick for readers and callback floodersPaul E. McKenney-6/+10
2019-10-05rcu: Force on tick when invoking lots of callbacksPaul E. McKenney-0/+2
2019-10-05time: Export tick start/stop functions for rcutorturePaul E. McKenney-0/+4
2019-10-05nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker-0/+7
2019-10-05dma-mapping: fix false positivse warnings in dma_common_free_remap()Andrey Smirnov-2/+2
2019-10-05kheaders: make headers archive reproducibleDmitry Goldin-1/+4
2019-10-04Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds-101/+23
2019-10-04workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo-5/+12
2019-10-04workqueue: more destroy_workqueue() fixesTejun Heo-14/+31
2019-10-04Merge tag 'for-linus-20191003' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+11
2019-10-03fork: add kernel-doc for clone3Christian Brauner-0/+11
2019-10-03audit: Report suspicious O_CREAT usageKees Cook-5/+6
2019-10-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-33/+29
2019-10-01membarrier: Fix RCU locking bug caused by faulty mergePeter Zijlstra-1/+0
2019-10-01perf_event_open: switch to copy_struct_from_user()Aleksa Sarai-38/+9
2019-10-01sched_setattr: switch to copy_struct_from_user()Aleksa Sarai-36/+7
2019-10-01clone3: switch to copy_struct_from_user()Aleksa Sarai-27/+7
2019-09-30kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin-0/+394
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-7/+25
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-10/+25