| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 13 | -75/+80 |
|\ |
|
| * | x86, CPU, AMD: Drop useless label | Borislav Petkov | 2013-04-16 | 1 | -6/+3 |
| * | x86, AMD: Correct {rd,wr}msr_amd_safe warnings | Borislav Petkov | 2013-04-16 | 1 | -4/+4 |
| * | x86: Fold-in trivial check_config function | Borislav Petkov | 2013-04-16 | 1 | -16/+11 |
| * | x86, cpu: Convert AMD Erratum 400 | Borislav Petkov | 2013-04-02 | 4 | -27/+18 |
| * | x86, cpu: Convert AMD Erratum 383 | Borislav Petkov | 2013-04-02 | 4 | -4/+8 |
| * | x86, cpu: Convert Cyrix coma bug detection | Borislav Petkov | 2013-04-02 | 4 | -4/+5 |
| * | x86, cpu: Convert FDIV bug detection | Borislav Petkov | 2013-04-02 | 5 | -7/+6 |
| * | x86, cpu: Convert F00F bug detection | Borislav Petkov | 2013-04-02 | 5 | -5/+6 |
| * | x86, cpu: Expand cpufeature facility to include cpu bugs | Borislav Petkov | 2013-04-02 | 4 | -2/+19 |
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-30 | 10 | -28/+33 |
|\ \ |
|
| * | | x86/lib: Fix spelling, put space between a numeral and its units | Andy Shevchenko | 2013-04-15 | 4 | -4/+4 |
| * | | x86/lib: Fix spelling in the comments | Andy Shevchenko | 2013-04-15 | 2 | -4/+4 |
| * | | x86, quirks: Shut-up a long-standing gcc warning | Borislav Petkov | 2013-04-02 | 1 | -7/+11 |
| * | | x86, msr: Unify variable names | Borislav Petkov | 2013-04-02 | 1 | -7/+7 |
| * | | x86-64, docs, mm: Add vsyscall range to virtual address space layout | Borislav Petkov | 2013-04-02 | 1 | -1/+3 |
| * | | x86: Drop KERNEL_IMAGE_START | Borislav Petkov | 2013-04-02 | 2 | -4/+3 |
| * | | x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safety | Lans Zhang | 2013-03-01 | 1 | -1/+1 |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | extable: Flip the sorting message | Borislav Petkov | 2013-04-15 | 1 | -3/+3 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 35 | -385/+1178 |
|\ \ \ \ |
|
| * | | | | clockevents: Set dummy handler on CPU_DEAD shutdown | Thomas Gleixner | 2013-04-25 | 2 | -0/+5 |
| * | | | | Merge branch 'linus' into timers/core | Thomas Gleixner | 2013-04-24 | 1262 | -7800/+13864 |
| |\ \ \ \ |
|
| * | | | | | timekeeping: Update tk->cycle_last in resume | Thomas Gleixner | 2013-04-22 | 1 | -1/+1 |
| * | | | | | posix-timers: Remove unused variable | Thomas Gleixner | 2013-04-18 | 1 | -1/+0 |
| * | | | | | clockevents: Switch into oneshot mode even if broadcast registered late | Stephen Boyd | 2013-04-17 | 1 | -0/+10 |
| * | | | | | timer_list: Convert timer list to be a proper seq_file | Nathan Zimmer | 2013-04-17 | 1 | -12/+77 |
| * | | | | | timer_list: Split timer_list_show_tickdevices | Nathan Zimmer | 2013-04-17 | 1 | -12/+9 |
| * | | | | | posix-timers: Show sigevent info in proc file | Pavel Emelyanov | 2013-04-17 | 1 | -0/+17 |
| * | | | | | posix-timers: Introduce /proc/PID/timers file | Pavel Emelyanov | 2013-04-17 | 1 | -0/+83 |
| * | | | | | posix timers: Allocate timer id per process (v2) | Pavel Emelyanov | 2013-04-17 | 3 | -38/+72 |
| * | | | | | timekeeping: Make sure to notify hrtimers when TAI offset changes | John Stultz | 2013-04-11 | 1 | -3/+7 |
| * | | | | | hrtimer: Fix ktime_add_ns() overflow on 32bit architectures | David Engraf | 2013-04-08 | 1 | -0/+4 |
| * | | | | | hrtimer: Add expiry time overflow check in hrtimer_interrupt | Prarit Bhargava | 2013-04-08 | 1 | -0/+2 |
| * | | | | | timekeeping: Shorten seq_count region | Thomas Gleixner | 2013-04-04 | 1 | -3/+2 |
| * | | | | | timekeeping: Implement a shadow timekeeper | Thomas Gleixner | 2013-04-04 | 1 | -12/+29 |
| * | | | | | timekeeping: Delay update of clock->cycle_last | Thomas Gleixner | 2013-04-04 | 1 | -1/+3 |
| * | | | | | timekeeping: Store cycle_last value in timekeeper struct as well | Thomas Gleixner | 2013-04-04 | 2 | -2/+4 |
| * | | | | | ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state | John Stultz | 2013-04-04 | 1 | -37/+4 |
| * | | | | | timekeeping: Simplify tai updating from do_adjtimex | John Stultz | 2013-04-04 | 1 | -5/+4 |
| * | | | | | timekeeping: Hold timekeepering locks in do_adjtimex and hardpps | John Stultz | 2013-04-04 | 1 | -2/+17 |
| * | | | | | timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex() | John Stultz | 2013-04-04 | 2 | -11/+11 |
| * | | | | | ntp: Rework do_adjtimex to take timespec and tai arguments | John Stultz | 2013-04-04 | 3 | -16/+17 |
| * | | | | | ntp: Move timex validation to timekeeping do_adjtimex call. | John Stultz | 2013-04-04 | 3 | -5/+8 |
| * | | | | | ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c | John Stultz | 2013-04-04 | 4 | -12/+36 |
| * | | | | | ntp: Split out timex validation from do_adjtimex | John Stultz | 2013-04-04 | 1 | -12/+27 |
| * | | | | | Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux... | Thomas Gleixner | 2013-04-03 | 130 | -968/+1676 |
| |\ \ \ \ \ |
|
| | * | | | | | ARM: bcm281xx: Add timer driver (driver portion) | Christian Daudt | 2013-03-28 | 4 | -5/+215 |
| | * | | | | | timekeeping: __timekeeping_set_tai_offset can be static | Fengguang Wu | 2013-03-25 | 1 | -1/+1 |
| | * | | | | | timekeeping: Split timekeeper_lock into lock and seqcount | Thomas Gleixner | 2013-03-22 | 1 | -59/+73 |