summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | bpf: Remove redundant synchronize_rcu.Alexei Starovoitov2020-07-017-38/+3
| | * | | | | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+2
| | * | | | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+6
| | * | | | | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-243-10/+36
| | * | | | | bpf: Allow tracing programs to use bpf_jiffies64() helperYonghong Song2020-06-241-0/+2
| | * | | | | bpf: Support 'X' in bpf_seq_printf() helperYonghong Song2020-06-241-1/+2
| | * | | | | Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-231-1/+1
| | |\ \ \ \ \
| | * | | | | | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-2211-0/+60
| | * | | | | | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-224-8/+120
| | * | | | | | bpf: Switch btf_parse_vmlinux to btf_find_by_name_kindAndrey Ignatov2020-06-221-17/+6
| | * | | | | | bpf: Avoid verifier failure for 32bit pointer arithmeticYonghong Song2020-06-191-0/+5
* | | | | | | | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-051-3/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman2020-07-272-11/+16
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | tracefs: Remove unnecessary debug_fs checks.Peter Enderborg2020-07-231-3/+1
* | | | | | | | | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-051-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-272-11/+16
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | dyndbg: rename __verbose section to __dyndbgJim Cromie2020-07-241-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-1/+1
* | | | | | | | | | Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-08-041-4/+12
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek2020-08-041-4/+4
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | console: Fix trivia typo 'change' -> 'chance'Andy Shevchenko2020-06-251-1/+1
| | * | | | | | | | | | console: Propagate error code from console ->setup()Andy Shevchenko2020-06-251-3/+3
| * | | | | | | | | | | doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele2020-07-131-0/+8
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-044-0/+439
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | entry: Correct 'noinstr' attributesIngo Molnar2020-07-261-2/+2
| * | | | | | | | | | | entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2020-07-242-1/+53
| * | | | | | | | | | | entry: Provide generic interrupt entry/exit codeThomas Gleixner2020-07-241-0/+117
| * | | | | | | | | | | entry: Provide generic syscall exit functionThomas Gleixner2020-07-241-0/+169
| * | | | | | | | | | | entry: Provide generic syscall entry functionalityThomas Gleixner2020-07-243-0/+101
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-041-145/+108
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker2020-07-241-3/+18
| * | | | | | | | | | | timers: Lower base clock forwarding thresholdFrederic Weisbecker2020-07-171-1/+1
| * | | | | | | | | | | timers: Remove must_forward_clkFrederic Weisbecker2020-07-171-16/+6
| * | | | | | | | | | | timers: Spare timer softirq until next expiryFrederic Weisbecker2020-07-171-41/+8
| * | | | | | | | | | | timers: Expand clk forward logic beyond nohzFrederic Weisbecker2020-07-171-22/+4
| * | | | | | | | | | | timers: Reuse next expiry cache after nohz exitFrederic Weisbecker2020-07-171-4/+2
| * | | | | | | | | | | timers: Always keep track of next expiryFrederic Weisbecker2020-07-171-21/+21
| * | | | | | | | | | | timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker2020-07-171-1/+9
| * | | | | | | | | | | timers: Add comments about calc_index() ceiling workFrederic Weisbecker2020-07-171-1/+11
| * | | | | | | | | | | timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker2020-07-171-36/+25
| * | | | | | | | | | | timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen2020-07-171-30/+34
| * | | | | | | | | | | timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker2020-07-171-1/+1
* | | | | | | | | | | | Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-043-19/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-08-032-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...John Stultz2020-07-271-1/+2
| | * | | | | | | | | | | | irqdomain: Export irq_domain_update_bus_tokenJohn Stultz2020-07-271-0/+1
| | * | | | | | | | | | | | genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu2020-07-271-1/+1
| * | | | | | | | | | | | | genirq: Remove preflow handler supportValentin Schneider2020-07-042-17/+0
* | | | | | | | | | | | | | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-046-104/+238
|\ \ \ \ \ \ \ \ \ \ \ \ \ \