summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann
2018-12-17dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas
2018-12-17kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu
2018-12-17Merge tag 'v4.20-rc7' into perf/core, to pick up fixesIngo Molnar
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner
2018-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada
2018-12-15bpf: add self-check logic to liveness analysisAlexei Starovoitov
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov
2018-12-15bpf: speed up stacksafe checkAlexei Starovoitov
2018-12-14bpf: verbose log bpf_line_info in verifierMartin KaFai Lau
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau
2018-12-14ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch
2018-12-14module: Overwrite st_size instead of st_infoVincent Whitchurch
2018-12-14audit: remove duplicated include from audit.cYueHaibing
2018-12-13seccomp: fix poor type promotionTycho Andersen
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig
2018-12-13dma-direct: improve addressability error reportingChristoph Hellwig
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig
2018-12-13dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu
2018-12-13bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoMartin KaFai Lau
2018-12-13irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski
2018-12-12Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin
2018-12-12PM / sleep: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2018-12-11timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-11seccomp: add a return code to trap to userspaceTycho Andersen
2018-12-11seccomp: switch system call argument type to void *Tycho Andersen
2018-12-11seccomp: hoist struct seccomp_data recalculation higherTycho Andersen
2018-12-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-11tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)
2018-12-11sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret
2018-12-11sched/fair: Introduce an energy estimation helper functionQuentin Perret