summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest2021-05-261-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-262-3/+183
| | * | | | | | | | | | | | | | | | | | | | | | | bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer2021-05-261-51/+76
| | * | | | | | | | | | | | | | | | | | | | | | | bpf: Fix spelling mistakesZhen Lei2021-05-247-16/+16
| | * | | | | | | | | | | | | | | | | | | | | | | bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-242-4/+128
| * | | | | | | | | | | | | | | | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-22/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-2735-239/+467
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Make some symbols staticPu Lehui2021-05-191-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Add bpf_sys_close() helper.Alexei Starovoitov2021-05-191-0/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2021-05-192-0/+64
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Introduce fd_idxAlexei Starovoitov2021-05-192-11/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov2021-05-192-7/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov2021-05-193-61/+99
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-192-0/+61
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-05-101-31/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: verifier: Use copy_array for jmp_historyLorenz Bauer2021-05-101-8/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: verifier: Improve function state reallocationLorenz Bauer2021-05-101-96/+101
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-302-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/core' into sched/urgent, to pick up fixIngo Molnar2021-06-301-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal2021-06-281-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Disable CONFIG_SCHED_CORE by defaultIngo Molnar2021-06-281-3/+3
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-303-34/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | audit: remove trailing spaces and tabsZhen Lei2021-06-102-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | audit: Use list_move instead of list_del/list_addBaokun Li2021-06-081-8/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionSergey Nazarov2021-06-082-21/+21
| * | | | | | | | | | | | | | | | | | | | | | | | | audit: add blank line after variable declarationsRoni Nevalainen2021-05-101-0/+21
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers2021-06-221-0/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-302-10/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-06-081-2/+7
| * | | | | | | | | | | | | | | | | | | | | | | | block_dump: remove block_dump featurezhangyi (F)2021-05-241-8/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-298-26/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | / / / / / / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman2021-06-291-0/+8
| * | | | | | | | | | | | | | | | | | | | | | mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman2021-06-291-8/+0
| * | | | | | | | | | | | | | | | | | | | | | kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Liam Howlett2021-06-291-2/+2
| * | | | | | | | | | | | | | | | | | | | | | perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand2021-06-291-2/+0
| * | | | | | | | | | | | | | | | | | | | | | loop: charge i/o to mem and blk cgDan Schatzberg2021-06-291-0/+1
| * | | | | | | | | | | | | | | | | | | | | | mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+0
| * | | | | | | | | | | | | | | | | | | | | | kernel: watchdog: modify the explanation related to watchdog threadWang Qing2021-06-291-8/+4
| * | | | | | | | | | | | | | | | | | | | | | kthread_worker: fix return value when kthread_mod_delayed_work() races with k...Petr Mladek2021-06-291-7/+12
* | | | | | | | | | | | | | | | | | | | | | | Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-294-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2021-06-294-13/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | PM: hibernate: remove leading spaces before tabsZhen Lei2021-06-111-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | PM: sleep: remove trailing spaces and tabsZhen Lei2021-06-112-7/+7
| | | * | | | | | | | | | | | | | | | | | | | | | PM: hibernate: fix spelling mistakesZhen Lei2021-05-242-5/+5
| | | | |/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-2912-110/+755
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | time/kunit: Add missing MODULE_LICENSE()Thomas Gleixner2021-06-281-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | time: Improve performance of time64_to_tm()Cassio Neri2021-06-244-58/+178