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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-20
x86/platform/intel/quark: Add printf attribute to imr_self_test_result()
Nicolas Iooss
1
-1
/
+2
2016-12-20
x86/platform/intel-mid: Switch MPU3050 driver to IIO
Linus Walleij
1
-1
/
+1
2016-12-20
x86/alternatives: Do not use sync_core() to serialize I$
Borislav Petkov
1
-5
/
+10
2016-12-20
x86/topology: Document cpu_llc_id
Borislav Petkov
1
-0
/
+9
2016-12-20
x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
Vitaly Kuznetsov
1
-0
/
+24
2016-12-19
x86/asm: Rewrite sync_core() to use IRET-to-self
Andy Lutomirski
1
-22
/
+58
2016-12-19
x86/microcode/intel: Replace sync_core() with native_cpuid()
Andy Lutomirski
1
-3
/
+23
2016-12-19
Revert "x86/boot: Fail the boot if !M486 and CPUID is missing"
Andy Lutomirski
1
-6
/
+0
2016-12-19
x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels
Andy Lutomirski
1
-1
/
+1
2016-12-19
x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6
Andy Lutomirski
1
-3
/
+4
2016-12-19
x86/tools: Fix gcc-7 warning in relocs.c
Markus Trippelsdorf
1
-1
/
+2
2016-12-19
x86/unwind: Dump stack data on warnings
Josh Poimboeuf
2
-1
/
+39
2016-12-19
x86/unwind: Adjust last frame check for aligned function stacks
Josh Poimboeuf
1
-1
/
+8
2016-12-19
x86/init: Fix a couple of comment typos
Dmitry Torokhov
1
-3
/
+3
2016-12-19
x86/init: Remove i8042_detect() from platform ops
Dmitry Torokhov
4
-17
/
+0
2016-12-19
Input: i8042 - Trust firmware a bit more when probing on X86
Dmitry Torokhov
1
-3
/
+7
2016-12-19
x86/init: Add i8042 state to the platform data
Dmitry Torokhov
3
-0
/
+30
2016-12-19
x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()
Boris Ostrovsky
1
-1
/
+5
2016-12-19
x86/microcode/AMD: Do not load when running on a hypervisor
Borislav Petkov
1
-9
/
+19
2016-12-19
x86/microcode/AMD: Sanitize apply_microcode_early_amd()
Borislav Petkov
1
-13
/
+17
2016-12-19
x86/microcode/AMD: Make find_proper_container() sane again
Borislav Petkov
1
-9
/
+11
2016-12-18
Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
24
-257
/
+1055
2016-12-19
rtc: mcp795: Fix whitespace and indentation.
Emil Bartczak
1
-6
/
+6
2016-12-19
rtc: mcp795: Prefer using the BIT() macro.
Emil Bartczak
1
-2
/
+2
2016-12-19
rtc: mcp795: fix month write resetting date to 1.
Emil Bartczak
1
-5
/
+81
2016-12-19
rtc: mcp795: fix time range difference between linux and RTC chip.
Emil Bartczak
1
-2
/
+2
2016-12-19
rtc: mcp795: fix bitmask value for leap year (LP).
Emil Bartczak
1
-1
/
+2
2016-12-19
rtc: mcp795: use bcd2bin/bin2bcd.
Emil Bartczak
1
-12
/
+13
2016-12-19
rtc: add support for EPSON TOYOCOM RTC-7301SF/DG
Akinobu Mita
4
-0
/
+481
2016-12-19
rtc: ds1307: Add ACPI support
Tin Huynh
1
-9
/
+43
2016-12-18
Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
14
-80
/
+190
2016-12-18
Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh...
Linus Torvalds
13
-19
/
+897
2016-12-18
platform/x86: surface3-wmi: Balance locking on error path
Andy Shevchenko
1
-5
/
+6
2016-12-18
platform/x86: Add Whiskey Cove PMIC TMU support
Nilesh Bacchewar
5
-0
/
+211
2016-12-18
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-27
/
+355
2016-12-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
20
-120
/
+77
2016-12-18
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+3
2016-12-18
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+7
2016-12-18
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2016-12-18
x86/tsc: Limit the adjust value further
Thomas Gleixner
1
-5
/
+16
2016-12-18
x86/tsc: Annotate printouts as firmware bug
Thomas Gleixner
1
-2
/
+3
2016-12-18
x86/floppy: Use designated initializers
Kees Cook
1
-10
/
+10
2016-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
71
-446
/
+1206
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
46
-110
/
+120
2016-12-17
net: mv643xx_eth: fix build failure
Sudip Mukherjee
1
-1
/
+1
2016-12-17
isdn: Constify some function parameters
Emese Revfy
2
-10
/
+10
2016-12-17
mlxsw: spectrum: Mark split ports as such
Ido Schimmel
1
-1
/
+1
2016-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
64
-509
/
+1027
2016-12-17
cgroup: Fix CGROUP_BPF config
Andy Lutomirski
1
-1
/
+2
2016-12-17
Merge tag 'mac80211-for-davem-2016-12-16' of git://git.kernel.org/pub/scm/lin...
David S. Miller
3
-8
/
+11
[next]