index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: GIC: Send IPIs using the GIC
Steven J. Hill
2014-01-22
1
-0
/
+27
*
MIPS: MT: Mark existing TCs as present
Markos Chandras
2014-01-22
1
-0
/
+1
*
MIPS: mm: c-r4k: Panic if IL or DL fields have a reserved value
Markos Chandras
2014-01-22
1
-8
/
+16
*
MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MT
Markos Chandras
2014-01-22
1
-0
/
+3
*
MIPS: BCM47XX: Fix some very confused types and data corruption
Ilia Mirkin
2014-01-22
1
-9
/
+9
*
MIPS: BCM47XX: add vectored interrupt support
Hauke Mehrtens
2014-01-22
2
-0
/
+24
*
MIPS: BCM47XX: add cpu-feature-overrides.h
Hauke Mehrtens
2014-01-22
1
-0
/
+82
*
MIPS: BCM47XX: move constant array from stack
Hauke Mehrtens
2014-01-22
1
-1
/
+1
*
MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()
Hauke Mehrtens
2014-01-22
1
-1
/
+1
*
MIPS: BCM47XX: update defconfig
Hauke Mehrtens
2014-01-22
1
-580
/
+43
*
MIPS: BCM47XX: add EARLY_PRINTK_8250 support
Hauke Mehrtens
2014-01-22
2
-0
/
+11
*
MIPS: BCM47XX: Remove CFE support
Hauke Mehrtens
2014-01-22
2
-93
/
+0
*
MIPS: BCM47XX: only print SoC name in system type in cpuinfo
Hauke Mehrtens
2014-01-22
3
-22
/
+13
*
MIPS: BCM63XX: drop SYS_HAS_CPU_MIPS32R1
Jonas Gorski
2014-01-22
1
-1
/
+0
*
MIPS: cpu-type: guard BMIPS variants with SYS_HAS_CPU_BMIPS*
Jonas Gorski
2014-01-22
1
-3
/
+10
*
MIPS: BCM47XX: select BMIPS CPUs for BCM47XX_SSB
Jonas Gorski
2014-01-22
1
-0
/
+1
*
MIPS: BCM63XX: let the individual SoCs select the appropriate CPUs
Jonas Gorski
2014-01-22
2
-1
/
+8
*
MIPS: BCM63XX: always register bmips smp ops
Jonas Gorski
2014-01-22
1
-4
/
+2
*
MIPS: BMIPS: add a smp ops registration helper
Jonas Gorski
2014-01-22
3
-1
/
+28
*
MIPS: BMIPS: extend BMIPS3300 to include BMIPS32
Jonas Gorski
2014-01-22
1
-4
/
+4
*
MIPS: BMIPS: select CPU_HAS_PREFETCH
Jonas Gorski
2014-01-22
1
-0
/
+1
*
MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEM
Jonas Gorski
2014-01-22
1
-1
/
+1
*
MIPS: BMIPS: merge CPU options into one option
Jonas Gorski
2014-01-22
1
-41
/
+39
*
MIPS: BMIPS: change compile time checks to runtime checks
Jonas Gorski
2014-01-22
4
-137
/
+235
*
MIPS: allow asm/cpu.h to be included from assembly
Jonas Gorski
2014-01-22
1
-0
/
+3
*
MIPS: BCM63XX: disable SMP also on BCM3368
Jonas Gorski
2014-01-22
1
-4
/
+4
*
MIPS: BCM63XX: add HSSPI platform device and register it
Jonas Gorski
2014-01-22
4
-2
/
+60
*
MIPS: BCM63XX: add HSSPI IRQ and register offsets
Jonas Gorski
2014-01-22
1
-0
/
+18
*
MIPS: BCM63XX: setup the HSSPI clock rate
Jonas Gorski
2014-01-22
1
-0
/
+18
*
MIPS: BCM63XX: expose the HSSPI clock
Jonas Gorski
2014-01-22
1
-0
/
+24
*
MIPS: Support for 64-bit FP with O32 binaries
Paul Burton
2014-01-13
19
-236
/
+449
*
MIPS: Remove unused {en,dis}able_fpu macros
Paul Burton
2014-01-13
1
-13
/
+0
*
MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulator
Steven J. Hill
2014-01-13
2
-1
/
+9
*
MIPS: math-emu: Add mfhc1 & mthc1 support.
Leonid Yegoshin
2014-01-13
2
-2
/
+27
*
Linux 3.13-rc8
v3.13-rc8
Linus Torvalds
2014-01-12
1
-1
/
+1
*
SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()
Steven Rostedt
2014-01-12
2
-3
/
+22
*
thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only
Hugh Dickins
2014-01-12
1
-3
/
+3
*
block: null_blk: fix queue leak inside removing device
Ming Lei
2014-01-12
1
-8
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-01-11
34
-126
/
+219
|
\
|
*
qlcnic: Fix ethtool statistics length calculation
Shahed Shaikh
2014-01-10
1
-18
/
+21
|
*
qlcnic: Fix bug in TX statistics
Manish Chopra
2014-01-10
3
-1
/
+5
|
*
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2014-01-10
21
-62
/
+80
|
*
macvlan: forbid L2 fowarding offload for macvtap
Jason Wang
2014-01-10
1
-1
/
+4
|
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2014-01-10
4
-14
/
+23
|
|
\
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-01-09
4
-14
/
+23
|
|
|
\
|
|
|
*
Merge tag 'nfc-fixes-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
John W. Linville
2014-01-08
1
-1
/
+1
|
|
|
|
\
|
|
|
|
*
NFC: Fix target mode p2p link establishment
Arron Wang
2014-01-04
1
-1
/
+1
|
|
|
*
|
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
2014-01-06
1
-2
/
+8
|
|
|
|
\
\
|
|
|
|
*
|
iwlwifi: add new devices for 7265 series
Oren Givon
2013-12-31
1
-2
/
+8
|
|
|
*
|
|
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2014-01-06
2
-11
/
+14
|
|
|
|
\
\
\
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
[next]