aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-18/+18
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-117/+11
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+5
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada6-17/+13
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-21/+52
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig1-6/+7
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-04kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2019-01-04kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell1-1/+1
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang3-1/+9
2019-01-04panic: add options to print system info when panic happensFeng Tang1-0/+28
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang1-5/+0
2019-01-04kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-01-04kernel/hung_task.c: force console verbose before panicLiu, Chuansheng1-7/+5
2019-01-04proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds2-8/+4
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig2-4/+0
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig1-55/+0
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig1-39/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig1-13/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds12-42/+47
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-78/+312
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+57
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann1-6/+179
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+8
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann1-0/+20
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann1-17/+17
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann1-38/+38
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+455
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds5-16/+82
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds22-1562/+2199
2018-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-34/+9
2018-12-30sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds1-34/+9
2018-12-30kdb: use bool for binary state indicatorsNicholas Mc Guire1-7/+7
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson3-8/+14
2018-12-30kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2-1/+20
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-0/+41
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds5-93/+931
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-49/+105
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds9-565/+708
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+41
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds8-268/+347
2018-12-28Fix failure path in alloc_pid()Matthew Wilcox1-2/+4
2018-12-28kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing1-1/+1
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams1-1/+5
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-5/+5
2018-12-28kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustableOscar Salvador1-0/+15
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+4
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-2/+2
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman1-0/+8
2018-12-28mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams1-12/+41
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams1-16/+14
2018-12-28mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams1-6/+3
2018-12-28mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS3-3/+3
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS2-4/+6
2018-12-28cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo1-1/+13
2018-12-28cgroup: fix parsing empty mount option stringOndrej Mosnacek1-1/+1
2018-12-27Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo16-126/+180
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-248/+1817
2018-12-27Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-52/+74
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-350/+386
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-69/+68
2018-12-27sched/fair: Fix warning on non-SMP buildOlof Johansson1-8/+8
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-143/+955
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+55
2018-12-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-36/+44
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds28-583/+824
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-5/+73
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-218/+52
2018-12-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-92/+199
2018-12-25Merge tag 'pm-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-34/+6
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)3-13/+18
2018-12-22tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)1-4/+5
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)5-6/+6
2018-12-22tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)1-14/+14
2018-12-22tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre1-1/+1
2018-12-22tracing: Simplify printf'ing in seq_print_symRasmus Villemoes1-4/+3
2018-12-22tracing: Avoid -Wformat-nonliteral warningRasmus Villemoes1-5/+4
2018-12-22tracing: Merge seq_print_sym_short() and seq_print_sym_offset()Rasmus Villemoes1-27/+7
2018-12-22tracing: Add hist trigger comments for variable-related fieldsTom Zanussi1-0/+36
2018-12-22tracing: Remove hist trigger synth_var_refsTom Zanussi1-18/+0
2018-12-22tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi1-5/+19
2018-12-22tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi1-18/+75
2018-12-22tracing: Use var_refs[] for hist trigger reference checkingTom Zanussi1-57/+11
2018-12-22tracing: Change strlen to sizeof for hist trigger static stringsTom Zanussi1-19/+19
2018-12-22tracing: Remove unnecessary hist trigger struct fieldTom Zanussi1-1/+0
2018-12-22tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentSteven Rostedt (VMware)1-2/+2
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+64
2018-12-21fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel1-2/+7
2018-12-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+1
2018-12-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+63
2018-12-21Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2-26/+4
2018-12-21Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki2-8/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-102/+804
2018-12-20bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-13/+40
2018-12-20dma-mapping: fix inverted logic in dma_supportedThierry Reding1-1/+1
2018-12-20bpf: verifier: reorder stack size check with dead code sanitizationJakub Kicinski1-2/+3
2018-12-20bpf: verifier: teach the verifier to reason about the BPF_JSET instructionJakub Kicinski1-0/+20
2018-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-9/+25
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-19bpf: Ensure line_info.insn_off cannot point to insn with zero codeMartin KaFai Lau1-0/+8
2018-12-19cred: export get_task_cred().NeilBrown1-0/+1
2018-12-19cred: add get_cred_rcu()NeilBrown1-1/+1
2018-12-19cred: add cred_fscmp() for comparing creds.NeilBrown1-0/+55
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang2-5/+12
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang5-26/+29
2018-12-19genirq/affinity: Remove excess indentationThomas Gleixner1-11/+11
2018-12-19bpf: log struct/union attribute for forward typeYonghong Song1-1/+7
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang1-0/+5
2018-12-18futex: Cure exit raceThomas Gleixner1-6/+63
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins3-5/+110
2018-12-18Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-2/+21
2018-12-18timekeeping: remove timespec_add/timespec_delArnd Bergmann1-36/+0
2018-12-18timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann2-19/+3
2018-12-18y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann1-0/+32
2018-12-18y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann1-0/+33
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann1-0/+2
2018-12-18genirq: Fix various typos in commentsIngo Molnar4-7/+7
2018-12-18ntp: Remove duplicated includeYueHaibing1-1/+0
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song2-22/+32
2018-12-18bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song1-20/+260
2018-12-18bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song1-14/+21
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann1-5/+0
2018-12-17dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas1-1/+6
2018-12-17kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu1-14/+53
2018-12-17Merge tag 'v4.20-rc7' into perf/core, to pick up fixesIngo Molnar7-18/+183
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner1-4/+1
2018-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-9/+25
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada1-1/+1
2018-12-15bpf: add self-check logic to liveness analysisAlexei Starovoitov1-1/+107
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov1-6/+7
2018-12-15bpf: speed up stacksafe checkAlexei Starovoitov1-1/+3
2018-12-14bpf: verbose log bpf_line_info in verifierMartin KaFai Lau1-5/+69
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau2-13/+22
2018-12-14ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch1-16/+27
2018-12-14module: Overwrite st_size instead of st_infoVincent Whitchurch1-2/+2
2018-12-14audit: remove duplicated include from audit.cYueHaibing1-1/+0
2018-12-13seccomp: fix poor type promotionTycho Andersen1-2/+1
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann1-7/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2-44/+33
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2-251/+94
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig1-9/+5
2018-12-13dma-direct: improve addressability error reportingChristoph Hellwig1-21/+15
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig1-17/+1
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig1-2/+2
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy2-1/+40
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig2-9/+1
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig1-0/+11
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig1-2/+138
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig1-1/+33
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig1-42/+0
2018-12-13dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig1-1/+0
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski1-3/+10
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko1-0/+8
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu1-0/+22
2018-12-13bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoMartin KaFai Lau1-20/+12
2018-12-13irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski1-2/+21
2018-12-12Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+9
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin2-1/+114
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin3-1/+4
2018-12-12PM / sleep: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+2
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa1-25/+14
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-6/+15
2018-12-11timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+2
2018-12-11seccomp: add a return code to trap to userspaceTycho Andersen1-2/+446
2018-12-11seccomp: switch system call argument type to void *Tycho Andersen1-4/+4
2018-12-11seccomp: hoist struct seccomp_data recalculation higherTycho Andersen1-6/+6
2018-12-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-12-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)1-2/+4
2018-12-11tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)1-1/+4
2018-12-11sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret1-2/+141
2018-12-11sched/fair: Introduce an energy estimation helper functionQuentin Perret1-0/+76
2018-12-11sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen2-2/+61
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret2-16/+14
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret2-4/+28
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret3-9/+60
2018-12-11sched/topology: Disable EAS on inappropriate platformsQuentin Perret1-1/+48
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret3-4/+9
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret2-4/+151
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret3-0/+218
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret2-15/+68
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret1-18/+0
2018-12-11sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li2-6/+2
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot2-5/+0
2018-12-11sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri1-3/+1
2018-12-11locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'Bart Van Assche1-4/+5
2018-12-11locking/lockdep: Make concurrent lockdep_reset_lock() calls safeBart Van Assche1-1/+4
2018-12-11locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statementBart Van Assche1-1/+0
2018-12-11locking/lockdep: Introduce lock_class_cache_is_registered()Bart Van Assche1-20/+30
2018-12-11locking/lockdep: Inline __lockdep_init_map()Bart Van Assche1-7/+1
2018-12-11locking/lockdep: Declare local symbols staticBart Van Assche1-0/+3