aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-10-03signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman2-16/+21
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman1-3/+0
2018-10-03signal: Fail sigqueueinfo if si_signo != sigEric W. Biederman1-2/+4
2018-10-03signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman1-1/+1
2018-10-03locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck1-4/+6
2018-10-03locking/lockdep: Add a faster path in __lock_release()Waiman Long1-3/+14
2018-10-03locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()Waiman Long1-8/+7
2018-10-03locking/lockdep: Remove add_chain_cache_classes()Waiman Long1-70/+0
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer1-1/+7
2018-10-03bpf: Add reference tracking to verifierJoe Stringer1-19/+287
2018-10-03bpf: Macrofy stack state copyJoe Stringer1-46/+60
2018-10-03bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer1-14/+106
2018-10-03bpf: Generalize ptr_or_null regs checkJoe Stringer1-18/+25
2018-10-03bpf: Reuse canonical string formatter for ctx errsJoe Stringer1-4/+3
2018-10-03bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer1-12/+10
2018-10-03bpf: Add iterator for spilled registersJoe Stringer1-9/+7
2018-10-02printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky1-1/+5
2018-10-02printk: Do not miss new messages when replaying the logPetr Mladek1-4/+9
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin1-0/+3
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman1-1/+11
2018-10-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar14-2387/+2008
2018-10-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-27/+84
2018-10-02sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann2-6/+2
2018-10-02sched/fair: Disable LB_BIAS by defaultDietmar Eggemann1-1/+1
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot5-10/+8
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar18-68/+190
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju1-5/+18
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman1-2/+23
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju1-7/+19
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju4-4/+4
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2-0/+23
2018-10-02perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-10-02perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-7/+2
2018-10-02jump_label: Fix NULL dereference bug in __jump_label_mod_update()Ard Biesheuvel1-1/+1
2018-10-01Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake1-0/+6
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe19-83/+164
2018-10-01dma-direct: always allow dma mask <= physiscal memory sizeChristoph Hellwig1-12/+16
2018-10-01dma-direct: implement complete bus_dma_mask handlingChristoph Hellwig1-10/+11
2018-10-01dma-direct: refine dma_direct_alloc zone selectionChristoph Hellwig1-10/+21
2018-10-01dma-direct: add an explicit dma_direct_get_required_maskChristoph Hellwig1-3/+19
2018-10-01bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin1-1/+2
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin4-27/+157
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin2-3/+8
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin5-39/+85
2018-10-01signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon1-5/+9
2018-10-01genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier1-1/+1
2018-10-01genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier1-0/+1
2018-09-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+6
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-09-28tick/broadcast: Remove redundant checkPeng Hao1-2/+0
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin1-1/+1
2018-09-28bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()Yonghong Song1-0/+2
2018-09-27jump_table: Move entries into ro_after_init regionArd Biesheuvel1-0/+9
2018-09-27jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel1-34/+14
2018-09-27jump_label: Implement generic support for relative referencesArd Biesheuvel1-1/+21
2018-09-27jump_label: Abstract jump_entry member accessorsArd Biesheuvel1-25/+15
2018-09-26x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-1/+10
2018-09-26x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina1-0/+10
2018-09-26tracing: Trivia spelling fix containerof() -> container_of()Andy Shevchenko1-1/+1
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-13/+74
2018-09-25dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig1-0/+3
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-24/+74
2018-09-25Merge tag 'perf-core-for-mingo-4.20-20180919' of git://git.kernel.org/pub/scm...Ingo Molnar1-2/+12
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman1-20/+71
2018-09-25Merge tag 'v4.19-rc5' into perf/core, to pick up fixesIngo Molnar14-33/+39
2018-09-24trace_uprobe/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria1-2/+35
2018-09-24uprobes/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria1-0/+19
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria3-11/+288
2018-09-24tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)1-3/+6
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)1-9/+39
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)1-2/+2
2018-09-22bpf: sockmap, fix transition through disconnect without closeJohn Fastabend1-19/+41
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend1-1/+30
2018-09-21bpf: remove redundant null pointer check before consume_skbzhong jiang1-4/+2
2018-09-20kernel/sys.c: remove duplicated includeYueHaibing1-3/+0
2018-09-20fork: report pid exhaustion correctlyKJ Tsanaktsidis1-1/+1
2018-09-20dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig1-7/+16
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig3-26/+27
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig4-120/+117
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig1-0/+3
2018-09-20dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig1-0/+3
2018-09-20dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe1-1/+5
2018-09-19Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+2
2018-09-18perf: Suppress AUX/OVERWRITE recordsAlexander Shishkin1-2/+12
2018-09-18Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+4
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-44/+45
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang1-3/+14
2018-09-18irq/matrix: Split out the CPU selection code into a helperDou Liyang1-27/+38
2018-09-18Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2-2/+2
2018-09-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+2
2018-09-16signal: Pair exports with their functionsEric W. Biederman1-8/+7
2018-09-16signal: Remove specific_send_sig_infoEric W. Biederman1-8/+2
2018-09-16signal: Use group_send_sig_info to kill all processes in a pid namespaceEric W. Biederman1-1/+1
2018-09-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-15/+22
2018-09-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-15/+13
2018-09-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-5/+3
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov2-0/+40
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+5
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-19/+39
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov1-1/+1
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau1-1/+1
2018-09-12kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu1-1/+7
2018-09-12kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-09-12kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()Masami Hiramatsu1-1/+0
2018-09-12kprobes: Remove pointless BUG_ON() from add_new_kprobe()Masami Hiramatsu1-2/+0
2018-09-12kprobes: Remove pointless BUG_ON() from disarming processMasami Hiramatsu1-1/+0
2018-09-11bpf: add bpffs pretty print for program array mapYonghong Song1-1/+24
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman1-4/+3
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman2-3/+3
2018-09-11signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman1-3/+4
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman1-1/+1
2018-09-11signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-09-11signal: Properly deliver SIGILL from uprobesEric W. Biederman1-2/+2
2018-09-11signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman1-0/+4
2018-09-11locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra1-0/+28
2018-09-11kernel/reboot.c: export pm_power_off_prepareOleksij Rempel1-0/+1
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek1-7/+5
2018-09-11locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)1-2/+2
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich1-2/+2
2018-09-10sched/topology: Make local variables staticzhong jiang1-2/+2
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui1-0/+4
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King1-1/+1
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings1-1/+0
2018-09-10PM / sleep: Show freezing tasks that caused a suspend abortTodd Brandt1-1/+1
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long3-28/+76
2018-09-10sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot1-3/+0
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot1-20/+1
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra1-1/+1
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen1-4/+8
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath1-0/+11
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider2-3/+9
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2-5/+5
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider1-2/+2
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider1-4/+2
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider1-1/+1
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen1-2/+49
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen3-4/+23
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen2-8/+48
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen3-1/+12
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen1-6/+75
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap1-0/+1
2018-09-10locking/rwsem: Exit read lock slowpath if queue empty & no writerWaiman Long1-1/+12
2018-09-10jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra1-0/+5
2018-09-10Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2-3/+2
2018-09-10jump_label: Fix typo in warning messageBorislav Petkov1-1/+1
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot1-1/+1
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot1-3/+3
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle1-1/+2
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot1-4/+10
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju1-4/+1
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang1-2/+4
2018-09-10locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom1-2/+1
2018-09-10jump_label: Use static_key_linked() accessorBorislav Petkov1-1/+1
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2-15/+9
2018-09-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+30
2018-09-09Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+6
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig1-6/+0
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig1-10/+0
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra1-10/+30
2018-09-06seccomp: remove unnecessary unlikely()Igor Stoppa1-2/+2
2018-09-06Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2
2018-09-06cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner1-2/+3
2018-09-06cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay1-3/+3
2018-09-05bpf/verifier: fix verifier instabilityAlexei Starovoitov1-8/+8
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-57/+46
2018-09-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2018-09-04mm: respect arch_dup_mmap() return valueNadav Amit1-2/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-28/+36
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2-1/+52
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov1-0/+4
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov1-0/+28
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov3-0/+69
2018-09-02Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2018-09-02bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend1-1/+11
2018-09-02Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-22/+4
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+4
2018-09-01kernel/dma/direct: take DMA offset into account in dma_direct_supportedChristoph Hellwig1-2/+2
2018-08-31cpu/hotplug: Remove skip_onerr field from cpuhp_step structureMukesh Ojha1-22/+4
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney14-2387/+2008
2018-08-30srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney2-11/+10
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney6-4/+68
2018-08-30rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith2-7/+7
2018-08-30rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney2-10/+3
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney4-80/+56
2018-08-30rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney3-40/+43
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney4-16/+14
2018-08-30rcu: Switch lazy counts to rcu_data structurePaul E. McKenney2-20/+10
2018-08-30rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney2-13/+8
2018-08-30rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney2-6/+5
2018-08-30rcu: Merge rcu_dynticks structure into rcu_data structurePaul E. McKenney1-0/+17
2018-08-30rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney2-2/+2
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney3-13/+21
2018-08-30rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney3-6/+28
2018-08-30rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney2-16/+49
2018-08-30rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney1-1/+4
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney3-45/+15
2018-08-30rcu: Motivate Tiny RCU forward progressPaul E. McKenney1-1/+5
2018-08-30rcutorture: Dump reader protection sequence if failures or close callsPaul E. McKenney1-23/+96