index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-17
x86/smpboot: Remove udelay(100) when polling cpu_initialized_map
Len Brown
1
-2
/
+1
2015-08-17
Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changes
Ingo Molnar
20
-303
/
+371
2015-08-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2015-08-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-12
/
+19
2015-08-13
Revert x86 sigcontext cleanups
Linus Torvalds
1
-15
/
+11
2015-08-13
x86/mce: Add a wrapper around mce_log() for injection
Borislav Petkov
2
-0
/
+10
2015-08-13
x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()
Borislav Petkov
1
-4
/
+4
2015-08-13
x86/mce: Reenable CMCI banks when swiching back to interrupt mode
Xie XiuQi
1
-18
/
+23
2015-08-13
x86/mce: Clear Local MCE opt-in before kexec
Ashok Raj
4
-1
/
+52
2015-08-13
x86/mce: Kill drain_mcelog_buffer()
Borislav Petkov
1
-42
/
+2
2015-08-13
x86/mce: Avoid potential deadlock due to printk() in MCE context
Chen, Gong
3
-4
/
+2
2015-08-13
x86/mce: Remove the MCE ring for Action Optional errors
Chen, Gong
1
-75
/
+60
2015-08-13
x86/mce: Don't use percpu workqueues
Chen, Gong
1
-7
/
+7
2015-08-13
x86/mce: Provide a lockless memory pool to save error records
Chen, Gong
4
-2
/
+119
2015-08-12
PKCS#7: Appropriately restrict authenticated attributes and content type
David Howells
1
-1
/
+3
2015-08-12
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
2
-4
/
+4
2015-08-12
perf/x86/intel/pt: Clean up files of Intel Processor Trace
Takao Indoh
2
-32
/
+11
2015-08-12
perf/x86: Fix MSR PMU driver
Peter Zijlstra
1
-84
/
+84
2015-08-12
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes
Ingo Molnar
2
-12
/
+19
2015-08-12
perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handler
Matt Fleming
1
-5
/
+3
2015-08-12
perf/x86/intel: Fix memory leak on hot-plug allocation fail
Peter Zijlstra
1
-7
/
+16
2015-08-10
clockevents/drivers/i8253: Migrate to new 'set-state' interface
Viresh Kumar
1
-1
/
+1
2015-08-09
Merge 4.2-rc6 into char-misc-next
Greg Kroah-Hartman
6
-129
/
+157
2015-08-08
x86/ldt: Correct LDT access in single stepping logic
Juergen Gross
1
-2
/
+2
2015-08-05
bus: subsys: update return type of ->remove_dev() to void
Viresh Kumar
1
-3
/
+2
2015-08-06
x86/irq: Store irq descriptor in vector array
Thomas Gleixner
5
-61
/
+49
2015-08-06
x86/irq: Get rid of an indentation level
Thomas Gleixner
1
-37
/
+35
2015-08-06
x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED
Thomas Gleixner
3
-14
/
+13
2015-08-06
x86/irq: Replace numeric constant
Thomas Gleixner
1
-2
/
+2
2015-08-06
x86/irq: Protect smp_cleanup_move
Thomas Gleixner
1
-4
/
+14
2015-08-06
Merge branch 'linus' into x86/apic
Thomas Gleixner
12
-146
/
+183
2015-08-04
mshyperv: fix recognition of Hyper-V guest crash MSR's
Denis V. Lunev
1
-0
/
+1
2015-08-04
Drivers: hv: vmbus: add special crash handler
Vitaly Kuznetsov
1
-0
/
+22
2015-08-04
Drivers: hv: vmbus: add special kexec handler
Vitaly Kuznetsov
1
-0
/
+24
2015-08-04
perf/x86/intel/pebs: Robustify PEBS buffer drain
Peter Zijlstra
1
-17
/
+17
2015-08-04
perf/x86/intel/pebs: Fix event disable PEBS buffer drain
Liang, Kan
1
-6
/
+7
2015-08-04
perf/x86: Add an MSR PMU driver
Andy Lutomirski
2
-0
/
+244
2015-08-04
perf/x86/intel/uncore: Add Broadwell-DE uncore support
Kan Liang
3
-0
/
+172
2015-08-04
perf/x86/intel: Use 0x11 as extra reg test value
Andi Kleen
1
-1
/
+1
2015-08-04
perf/x86: Make merge_attr() global to use from perf_event_intel
Andi Kleen
2
-1
/
+4
2015-08-04
perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
Andi Kleen
1
-3
/
+7
2015-08-04
perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with call stack
Andi Kleen
1
-2
/
+2
2015-08-04
perf/x86/intel: Add Intel Skylake PMU support
Andi Kleen
4
-1
/
+279
2015-08-04
perf/x86/intel/lbr: Optimize v4 LBR unfreezing
Andi Kleen
1
-0
/
+7
2015-08-04
perf/x86/intel: Move PMU ACK to after LBR read
Andi Kleen
1
-1
/
+1
2015-08-04
perf/x86/intel: Handle new arch perfmon v4 status bits
Andi Kleen
1
-6
/
+7
2015-08-04
perf/x86/intel/lbr: Add support for LBRv5
Andi Kleen
2
-1
/
+21
2015-08-04
perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
Andi Kleen
3
-1
/
+16
2015-08-04
perf/x86/intel: Add support for PEBSv3 profiling
Andi Kleen
1
-3
/
+33
2015-08-04
perf/x86: Add a native_perf_sched_clock_from_tsc()
Andi Kleen
1
-0
/
+8
[prev]
[next]