| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Remove pointless gfp argument | Thomas Gleixner | 2017-06-22 | 1 | -8/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Remove pointless arg from show_irq_affinity | Thomas Gleixner | 2017-06-22 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Move irq_fixup_move_pending() to core | Thomas Gleixner | 2017-06-22 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Set force affinity flag on hotplug migration | Thomas Gleixner | 2017-06-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Add support for conditional masking | Thomas Gleixner | 2017-06-22 | 1 | -1/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Add support for cleaning up move in progress | Thomas Gleixner | 2017-06-22 | 2 | -3/+35 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Do not migrated shutdown irqs | Thomas Gleixner | 2017-06-22 | 1 | -3/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Reorder check logic | Thomas Gleixner | 2017-06-22 | 1 | -16/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Dont claim success on error | Thomas Gleixner | 2017-06-22 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/cpuhotplug: Remove irq disabling logic | Thomas Gleixner | 2017-06-22 | 1 | -8/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Move pending helpers to internal.h | Christoph Hellwig | 2017-06-22 | 2 | -28/+38 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Move initial affinity setup to irq_startup() | Thomas Gleixner | 2017-06-22 | 2 | -9/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Rename setup_affinity() to irq_setup_affinity() | Thomas Gleixner | 2017-06-22 | 2 | -6/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Remove mask argument from setup_affinity() | Thomas Gleixner | 2017-06-22 | 3 | -34/+29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Provide irq_fixup_move_pending() | Thomas Gleixner | 2017-06-22 | 1 | -0/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/debugfs: Add proper debugfs interface | Thomas Gleixner | 2017-06-22 | 7 | -1/+337 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/irqdomain: Add map counter | Thomas Gleixner | 2017-06-22 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Allow fwnode to carry name information only | Thomas Gleixner | 2017-06-22 | 1 | -13/+92 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/msi: Prevent overwriting domain name | Thomas Gleixner | 2017-06-22 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | irq/generic-chip: Provide devm_irq_setup_generic_chip() | Bartosz Golaszewski | 2017-06-21 | 1 | -0/+52 | |
| | * | | | | | | | | | | | | | | | | | | | | | | irq/generic-chip: Provide devm_irq_alloc_generic_chip() | Bartosz Golaszewski | 2017-06-21 | 1 | -0/+34 | |
| | * | | | | | | | | | | | | | | | | | | | | | | irq/generic-chip: Export irq_init_generic_chip() locally | Bartosz Golaszewski | 2017-06-21 | 2 | -4/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2017-06-20 | 29 | -154/+175 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Warn when IRQ_NOAUTOEN is used with shared interrupts | Thomas Gleixner | 2017-06-04 | 2 | -2/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Handle NOAUTOEN interrupt setup proper | Thomas Gleixner | 2017-06-04 | 2 | -25/+63 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Make early_irq_init() print out more informative | Vincent Legoll | 2017-05-26 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq/msi: Populate the domain name if provided by the irqchip | Marc Zyngier | 2017-05-22 | 1 | -2/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | irqdomain: Let irq_domain_mapping display ACPI fwnode attributes | Marc Zyngier | 2017-05-22 | 1 | -1/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | irqdomain: Let irq_domain_mapping display hierarchical domains | Marc Zyngier | 2017-05-22 | 1 | -25/+43 | |
| | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-03 | 13 | -1241/+1198 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | timers: Make the cpu base lock raw | Sebastian Andrzej Siewior | 2017-06-29 | 1 | -24/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz... | Thomas Gleixner | 2017-06-21 | 1 | -20/+26 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD | John Stultz | 2017-06-20 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | time: Clean up CLOCK_MONOTONIC_RAW time handling | John Stultz | 2017-06-20 | 1 | -20/+25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2017-06-21 | 17 | -109/+107 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | posix-cpu-timers: Make timespec to nsec conversion safe | Thomas Gleixner | 2017-06-20 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | itimer: Make timeval to nsec conversion range limited | Thomas Gleixner | 2017-06-20 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | timers: Fix parameter description of try_to_del_timer_sync() | Peter Meerwald-Stadler | 2017-06-20 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | posix-timers: Make nanosleep timespec argument const | Thomas Gleixner | 2017-06-14 | 5 | -7/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep() | Thomas Gleixner | 2017-06-14 | 1 | -4/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | time: Move compat_gettimeofday()/settimeofday() to native | Al Viro | 2017-06-14 | 2 | -38/+41 | |
| | * | | | | | | | | | | | | | | | | | | | | | | time: Move compat_time()/stime() to native | Al Viro | 2017-06-14 | 2 | -40/+41 | |
| | * | | | | | | | | | | | | | | | | | | | | | | posix-timers: Move compat_timer_create() to native, get rid of set_fs() | Al Viro | 2017-06-14 | 3 | -36/+42 | |
| | * | | | | | | | | | | | | | | | | | | | | | | posix-timers: Move compat versions of clock_gettime/settime/getres | Al Viro | 2017-06-14 | 3 | -55/+115 | |
| | * | | | | | | | | | | | | | | | | | | | | | | itimers: Move compat itimer syscalls to native ones | Al Viro | 2017-06-14 | 3 | -53/+56 | |
| | * | | | | | | | | | | | | | | | | | | | | | | posix-timers: Take compat timer_gettime(2) to native one | Al Viro | 2017-06-14 | 3 | -26/+35 | |
| | * | | | | | | | | | | | | | | | | | | | | | | posix-timers: Take compat timer_settime(2) to native one | Al Viro | 2017-06-14 | 3 | -47/+64 | |
| | * | | | | | | | | | | | | | | | | | | | | | | ntp: Move adjtimex related compat syscalls to native counterparts | Al Viro | 2017-06-14 | 4 | -90/+104 | |
| | * | | | | | | | | | | | | | | | | | | | | | | posix-timers: Kill ->nsleep_restart() | Al Viro | 2017-06-14 | 4 | -12/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper | Al Viro | 2017-06-14 | 3 | -29/+23 | |

