summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-264-3/+4
|\
| * time/timecounter: Mark 1st argument of timecounter_cyc2time() as constMarc Kleine-Budde2021-04-161-1/+1
| * clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940Tony Lindgren2021-04-081-0/+1
| * timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-222-2/+2
* | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-2610-29/+46
|\ \
| * \ Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-04-242-13/+2
| |\ \
| | * | irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier2021-04-221-3/+0
| | * | irqchip/gic-v4.1: Disable vSGI upon (GIC CPUIF < v4.1) detectionLorenzo Pieralisi2021-04-221-0/+2
| | * | irqdomain: Get rid of irq_create_identity_mapping()Marc Zyngier2021-04-071-6/+0
| * | | irq: Fix typos in commentsIngo Molnar2021-03-222-3/+3
| * | | rcu: Prevent false positive softirq warning on RTThomas Gleixner2021-03-171-1/+2
| * | | tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner2021-03-171-0/+6
| * | | softirq: Make softirq control and processing RT awareThomas Gleixner2021-03-171-1/+1
| * | | softirq: Add RT specific softirq accountingThomas Gleixner2021-03-173-1/+9
| * | | tasklets: Switch tasklet_disable() to the sleep wait variantThomas Gleixner2021-03-171-2/+1
| * | | tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RTThomas Gleixner2021-03-171-10/+2
| * | | tasklets: Replace spin wait in tasklet_unlock_wait()Peter Zijlstra2021-03-171-11/+2
| * | | tasklets: Use spin wait in tasklet_disable() temporarilyThomas Gleixner2021-03-171-1/+2
| * | | tasklets: Provide tasklet_disable_in_atomic()Thomas Gleixner2021-03-171-0/+22
| * | | tasklets: Use static inlines for stub implementationsThomas Gleixner2021-03-171-3/+3
| * | | tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait()Thomas Gleixner2021-03-171-1/+2
| * | | tasklet: Remove tasklet_kill_immediateDavidlohr Bueso2021-03-161-1/+0
| * | | genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song2021-03-061-0/+4
* | | | Merge tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-261-2/+2
|\ \ \ \
| * | | | entry: Fix typos in commentsIngo Molnar2021-03-221-2/+2
* | | | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-0/+19
|\ \ \ \ \
| * | | | | Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-2111-40/+39
| |\| | | |
| * | | | | Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the treeIngo Molnar2021-03-1827-38/+101
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | stacktrace: Move documentation for arch_stack_walk_reliable() to headerMark Brown2021-03-101-0/+19
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-04-262-18/+26
|\ \ \ \ \
| * | | | | static_call: Add function to query current functionJuergen Gross2021-03-111-0/+8
| * | | | | static_call: Move struct static_call_key definition to static_call_types.hJuergen Gross2021-03-112-18/+18
| |/ / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-261-1/+9
|\ \ \ \ \
| * | | | | x509: Add OID for NIST P384 and extend parser for itSaulo Alessandre2021-03-261-0/+1
| * | | | | x509: Add support for parsing x509 certs with ECDSA keysStefan Berger2021-03-261-0/+2
| * | | | | x509: Detect sm2 keys by their parameters OIDStefan Berger2021-03-261-0/+1
| * | | | | oid_registry: Add OIDs for ECDSA with SHA224/256/384/512Stefan Berger2021-03-261-1/+5
| |/ / / /
* | | | | Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-263-0/+39
|\ \ \ \ \
| * | | | | security: keys: trusted: Make sealed key properly interoperableJames Bottomley2021-04-141-0/+2
| * | | | | oid_registry: Add TCG defined OIDS for TPM keysJames Bottomley2021-04-141-0/+5
| * | | | | lib: Add ASN.1 encoderJames Bottomley2021-04-141-0/+32
* | | | | | Merge tag 'gpio-fixes-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-231-0/+3
|\ \ \ \ \ \
| * | | | | | gpio: omap: Save and restore sysconfigTony Lindgren2021-04-211-0/+3
* | | | | | | capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn2021-04-201-0/+3
* | | | | | | Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-173-6/+9
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-04-122-4/+6
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2021-04-101-2/+3
| | * | | | | | | netfilter: bridge: add pre_exit hooks for ebtable unregistrationFlorian Westphal2021-04-101-2/+3
| * | | | | | | | net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár2021-04-121-2/+3
* | | | | | | | | Merge tag 'libnvdimm-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-04-171-0/+1
|\ \ \ \ \ \ \ \ \