index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-02
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-10
/
+0
2017-05-02
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+0
2017-05-02
Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+7
2017-05-01
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
24
-109
/
+440
2017-05-01
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-1
/
+57
2017-05-01
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-25
/
+57
2017-05-01
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-21
/
+14
2017-05-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-18
/
+80
2017-05-01
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+1
2017-05-01
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-59
/
+117
2017-05-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-79
/
+164
2017-05-01
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+8
2017-05-01
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+3
2017-05-01
Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-5
/
+29
2017-05-01
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-45
/
+104
2017-05-01
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-283
/
+42
2017-04-26
Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...
Al Viro
11
-295
/
+80
2017-04-26
x86/mm: Remove flush_tlb() and flush_tlb_current_task()
Andy Lutomirski
1
-9
/
+0
2017-04-23
Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...
Ingo Molnar
4
-115
/
+13
2017-04-20
Merge branch 'WIP.x86/process' into perf/core
Ingo Molnar
6
-5
/
+29
2017-04-17
Remove compat_sys_getdents64()
Al Viro
1
-1
/
+0
2017-04-17
x86/intel_rdt: Get rid of anon union
Thomas Gleixner
1
-4
/
+2
2017-04-15
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-11
/
+31
2017-04-14
x86/smp: Remove the redundant #ifdef CONFIG_SMP directive
Dou Liyang
1
-5
/
+1
2017-04-14
x86/smp: Reduce code duplication
Dou Liyang
1
-16
/
+13
2017-04-14
x86/cpu: Keep model defines sorted by model number
Andy Shevchenko
1
-2
/
+4
2017-04-14
x86/intel_rdt/mba: Add schemata file support for MBA
Vikas Shivappa
1
-0
/
+1
2017-04-14
x86/intel_rdt: Make schemata file parsers resource specific
Vikas Shivappa
1
-0
/
+6
2017-04-14
x86/intel_rdt/mba: Add info directory files for Memory Bandwidth Allocation
Vikas Shivappa
1
-0
/
+1
2017-04-14
x86/intel_rdt: Make information files resource specific
Vikas Shivappa
1
-0
/
+6
2017-04-14
x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)
Vikas Shivappa
1
-1
/
+23
2017-04-14
x86/intel_rdt/mba: Memory bandwith allocation feature detect
Vikas Shivappa
2
-0
/
+10
2017-04-14
x86/intel_rdt: Add resource specific msr update function
Thomas Gleixner
1
-30
/
+33
2017-04-14
x86/intel_rdt: Move CBM specific data into a struct
Thomas Gleixner
1
-20
/
+29
2017-04-14
x86/intel_rdt: Cleanup namespace to support multiple resource types
Vikas Shivappa
1
-11
/
+11
2017-04-14
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
5
-7
/
+9
2017-04-14
x86/unwind: Silence entry-related warnings
Josh Poimboeuf
1
-0
/
+1
2017-04-14
x86/unwind: Read stack return address in update_stack_state()
Josh Poimboeuf
1
-0
/
+1
2017-04-12
x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
Dan Williams
1
-11
/
+31
2017-04-12
kprobes/x86: Make boostable flag boolean
Masami Hiramatsu
1
-4
/
+3
2017-04-11
Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
Ingo Molnar
8
-9
/
+31
2017-04-11
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
9
-79
/
+164
2017-04-11
Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch
Ingo Molnar
9
-79
/
+164
2017-04-10
x86/intel_rdt: Add cpus_list rdtgroup file
Jiri Olsa
1
-0
/
+5
2017-04-10
x86/intel_rdt: Cleanup kernel-doc
Thomas Gleixner
1
-7
/
+7
2017-04-10
x86/vdso: Plug race between mapping and ELF header setup
Thomas Gleixner
1
-1
/
+1
2017-04-06
Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64
Al Viro
1
-6
/
+9
2017-04-06
Merge commit 'fc69910f329d' into uaccess.mips
Al Viro
1
-6
/
+9
2017-04-05
x86/intel_rdt: Update schemata read to show data in tabular format
Vikas Shivappa
1
-0
/
+4
2017-04-05
x86/intel_rdt: Implement "update" mode when writing schemata file
Tony Luck
1
-6
/
+4
[next]