summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | genirq: Remove pointless gfp argumentThomas Gleixner2017-06-221-8/+7
| * | | | | | | | | | | | | | | | | | | | | | genirq: Remove pointless arg from show_irq_affinityThomas Gleixner2017-06-221-3/+3
| * | | | | | | | | | | | | | | | | | | | | | genirq: Move irq_fixup_move_pending() to coreThomas Gleixner2017-06-221-0/+5
| * | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner2017-06-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner2017-06-221-1/+10
| * | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner2017-06-222-3/+35
| * | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner2017-06-221-3/+8
| * | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Reorder check logicThomas Gleixner2017-06-221-16/+20
| * | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Dont claim success on errorThomas Gleixner2017-06-221-1/+4
| * | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner2017-06-221-8/+4
| * | | | | | | | | | | | | | | | | | | | | | genirq: Move pending helpers to internal.hChristoph Hellwig2017-06-222-28/+38
| * | | | | | | | | | | | | | | | | | | | | | genirq: Move initial affinity setup to irq_startup()Thomas Gleixner2017-06-222-9/+8
| * | | | | | | | | | | | | | | | | | | | | | genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner2017-06-222-6/+7
| * | | | | | | | | | | | | | | | | | | | | | genirq: Remove mask argument from setup_affinity()Thomas Gleixner2017-06-223-34/+29
| * | | | | | | | | | | | | | | | | | | | | | genirq: Provide irq_fixup_move_pending()Thomas Gleixner2017-06-221-0/+30
| * | | | | | | | | | | | | | | | | | | | | | genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-227-1/+337
| * | | | | | | | | | | | | | | | | | | | | | genirq/irqdomain: Add map counterThomas Gleixner2017-06-221-0/+4
| * | | | | | | | | | | | | | | | | | | | | | genirq: Allow fwnode to carry name information onlyThomas Gleixner2017-06-221-13/+92
| * | | | | | | | | | | | | | | | | | | | | | genirq/msi: Prevent overwriting domain nameThomas Gleixner2017-06-221-1/+2
| * | | | | | | | | | | | | | | | | | | | | | irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski2017-06-211-0/+52
| * | | | | | | | | | | | | | | | | | | | | | irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski2017-06-211-0/+34
| * | | | | | | | | | | | | | | | | | | | | | irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski2017-06-212-4/+14
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into irq/coreThomas Gleixner2017-06-2029-154/+175
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner2017-06-042-2/+17
| * | | | | | | | | | | | | | | | | | | | | | genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner2017-06-042-25/+63
| * | | | | | | | | | | | | | | | | | | | | | genirq: Make early_irq_init() print out more informativeVincent Legoll2017-05-261-2/+3
| * | | | | | | | | | | | | | | | | | | | | | genirq/msi: Populate the domain name if provided by the irqchipMarc Zyngier2017-05-221-2/+8
| * | | | | | | | | | | | | | | | | | | | | | irqdomain: Let irq_domain_mapping display ACPI fwnode attributesMarc Zyngier2017-05-221-1/+12
| * | | | | | | | | | | | | | | | | | | | | | irqdomain: Let irq_domain_mapping display hierarchical domainsMarc Zyngier2017-05-221-25/+43
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-0313-1241/+1198
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | timers: Make the cpu base lock rawSebastian Andrzej Siewior2017-06-291-24/+24
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-06-211-20/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2017-06-201-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz2017-06-201-20/+25
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-2117-109/+107
| |\| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | posix-cpu-timers: Make timespec to nsec conversion safeThomas Gleixner2017-06-201-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | itimer: Make timeval to nsec conversion range limitedThomas Gleixner2017-06-201-2/+6
| * | | | | | | | | | | | | | | | | | | | | | | timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler2017-06-201-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-145-7/+7
| * | | | | | | | | | | | | | | | | | | | | | posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner2017-06-141-4/+5
| * | | | | | | | | | | | | | | | | | | | | | time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro2017-06-142-38/+41
| * | | | | | | | | | | | | | | | | | | | | | time: Move compat_time()/stime() to nativeAl Viro2017-06-142-40/+41
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro2017-06-143-36/+42
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro2017-06-143-55/+115
| * | | | | | | | | | | | | | | | | | | | | | itimers: Move compat itimer syscalls to native onesAl Viro2017-06-143-53/+56
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Take compat timer_gettime(2) to native oneAl Viro2017-06-143-26/+35
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Take compat timer_settime(2) to native oneAl Viro2017-06-143-47/+64
| * | | | | | | | | | | | | | | | | | | | | | ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-144-90/+104
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Kill ->nsleep_restart()Al Viro2017-06-144-12/+1
| * | | | | | | | | | | | | | | | | | | | | | hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-143-29/+23
OpenPOWER on IntegriCloud