Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | lockdep: Fix per-cpu static objects | Peter Zijlstra | 2017-03-26 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | locking/atomic: Introduce atomic_try_cmpxchg() | Peter Zijlstra | 2017-03-23 | 1 | -0/+42 | |
| * | | | | | | | | | | | | | | | locking/lockdep: Handle statically initialized PER_CPU locks properly | Thomas Gleixner | 2017-03-16 | 2 | -0/+7 | |
| * | | | | | | | | | | | | | | | locking/lockdep: Add new check to lock_downgrade() | J. R. Okajima | 2017-03-16 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | locking/refcount: Add refcount_t API kernel-doc comments | David Windsor | 2017-03-13 | 1 | -0/+19 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-05-02 | 2 | -3/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | workqueue: Provide work_on_cpu_safe() | Thomas Gleixner | 2017-04-15 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current... | NeilBrown | 2017-04-11 | 1 | -3/+3 | |
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-02 | 2 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg | Ard Biesheuvel | 2017-04-05 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | | efi/libstub: Unify command line param parsing | Ard Biesheuvel | 2017-04-05 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | efi/bgrt: Enable ACPI BGRT handling on arm64 | Bhupesh Sharma | 2017-04-05 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-02 | 9 | -38/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Clocksource/mips-gic: Remove redundant non devicetree init | Matt Redfearn | 2017-04-20 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASK | Matthias Kaehlcke | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge tag 'arch-timer-gtdt' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Thomas Gleixner | 2017-04-20 | 2 | -0/+41 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | acpi/arm64: Add memory-mapped timer support in GTDT driver | Fu Wei | 2017-04-19 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | acpi/arm64: Add GTDT table parse driver | Fu Wei | 2017-04-19 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | clocksource: arm_arch_timer: add structs to describe MMIO timer | Fu Wei | 2017-04-19 | 1 | -0/+16 | |
| | * | | | | | | | | | | | | | | | | clocksource: arm_arch_timer: add a new enum for spi type | Fu Wei | 2017-04-10 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | clocksource: arm_arch_timer: move enums and defines to header file | Fu Wei | 2017-04-10 | 1 | -0/+12 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | time: Change k_clock nsleep() to use timespec64 | Deepa Dinamani | 2017-04-14 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | time: Change k_clock timer_set() and timer_get() to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | | time: Change k_clock clock_set() to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | time: Change k_clock clock_getres() to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | time: Change k_clock clock_get() to use timespec64 | Deepa Dinamani | 2017-04-14 | 2 | -1/+6 | |
| * | | | | | | | | | | | | | | | | time: Change posix clocks ops interfaces to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | time: Delete do_sys_setimeofday() | Deepa Dinamani | 2017-04-14 | 1 | -15/+0 | |
| * | | | | | | | | | | | | | | | | Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz... | Thomas Gleixner | 2017-03-31 | 21 | -40/+83 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | clockevents: Make clockevents_config() static | Nicolai Stange | 2017-03-23 | 1 | -1/+0 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | / / / / / / / / / / / / | hrtimer: Remove hrtimer_peek_ahead_timers() leftovers | Stephen Boyd | 2017-03-17 | 1 | -4/+0 | |
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-02 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into irq/core | Thomas Gleixner | 2017-04-20 | 31 | -73/+166 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'irqchip-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2017-04-15 | 46 | -137/+241 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | cpumask: Add helper cpumask_available() | Matthias Kaehlcke | 2017-04-14 | 1 | -0/+10 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2017-05-02 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | avr32: remove support for AVR32 architecture | Hans-Christian Noren Egtvedt | 2017-05-01 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 4 | -134/+226 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 2 | -46/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 77 | -331/+817 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | | | | | kill __copy_from_user_nocache() | Al Viro | 2017-03-29 | 1 | -6/+0 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 73 | -227/+577 | |
| | | |_|/| | | | | | | | | | | | | | | | | | | |/| | | | | | | | | | | | | |/ / / / / | | | | | | |_|_|_|_|_|_|_|_|_|/| | | | | | | | | | |/| | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | Merge commit 'fc69910f329d' into uaccess.mips | Al Viro | 2017-04-06 | 4 | -3/+22 | |
| | | |/| | | | | | | | | | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64 | Al Viro | 2017-04-07 | 5 | -24/+32 | |
| | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | generic ...copy_..._user primitives | Al Viro | 2017-03-29 | 2 | -0/+198 | |
| | * | | | | | | | | | | | | | | | | | | | asm-generic: zero in __get_user(), not __get_user_fn() | Al Viro | 2017-03-28 | 1 | -12/+6 | |
| | * | | | | | | | | | | | | | | | | | | | asm-generic/uaccess.h: don't mess with __copy_{to,from}_user | Al Viro | 2017-03-28 | 1 | -63/+0 | |
| | * | | | | | | | | | | | | | | | | | | | new helper: uaccess_kernel() | Al Viro | 2017-03-28 | 2 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | add asm-generic/extable.h | Al Viro | 2017-03-28 | 2 | -18/+28 | |
| | * | | | | | | | | | | | | | | | | | | | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-06 | 2 | -1/+1 |