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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-26
MIPS: bpf: Fix PKT_TYPE case for big-endian cores
Markos Chandras
1
-2
/
+10
2014-06-26
MIPS: BPF: Prevent kernel fall over for >=32bit shifts
Markos Chandras
1
-4
/
+12
2014-06-26
MIPS: bpf: Drop update_on_xread and always initialize the X register
Markos Chandras
1
-21
/
+1
2014-06-26
MIPS: bpf: Fix is_range() semantics
Markos Chandras
1
-7
/
+5
2014-06-26
MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodes
Markos Chandras
1
-2
/
+2
2014-06-26
MIPS: bpf: Fix return values for VLAN_TAG_PRESENT case
Markos Chandras
1
-2
/
+5
2014-06-26
MIPS: bpf: Use correct mask for VLAN_TAG case
Markos Chandras
1
-1
/
+1
2014-06-26
MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} cases
Markos Chandras
1
-1
/
+1
2014-06-26
MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPE
Markos Chandras
1
-0
/
+2
2014-06-26
MIPS: bpf: Use 'andi' instead of 'and' for the VLAN cases
Markos Chandras
1
-2
/
+2
2014-06-26
MIPS: bpf: Return error code if the offset is a negative number
Markos Chandras
1
-0
/
+23
2014-06-26
MIPS: bpf: Use the LO register to get division's quotient
Markos Chandras
1
-1
/
+1
2014-06-26
MIPS: mm: uasm: Fix lh micro-assembler instruction
Markos Chandras
1
-1
/
+1
2014-06-26
MIPS: uasm: Add SLT uasm instruction
Markos Chandras
5
-1
/
+6
2014-06-26
MIPS: uasm: Add s3s1s2 instruction builder
Markos Chandras
2
-0
/
+10
2014-06-26
MIPS: BPF JIT: Fix build error.
Daniel Borkmann
1
-74
/
+69
2014-06-26
Revert "MIPS: Save/restore MSA context around signals"
Paul Burton
6
-363
/
+16
2014-06-26
MIPS: math-emu: Reduce code duplication.
Ralf Baechle
1
-13
/
+6
2014-06-16
MIPS: math-emu: Work around limitations of older GCC.
Ralf Baechle
1
-3
/
+15
2014-06-16
MIPS: pm-cps: convert smp_mb__*()
Paul Burton
1
-2
/
+2
2014-06-16
MIPS: smp-cps: Convert smp_mb__after_atomic_dec()
Paul Burton
1
-1
/
+1
2014-06-15
Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...
Linus Torvalds
6
-30
/
+75
2014-06-14
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-27
/
+87
2014-06-13
x86/vdso: Fix vdso_install
Andy Lutomirski
1
-11
/
+11
2014-06-12
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2
-4
/
+3
2014-06-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
65
-4453
/
+427
2014-06-12
Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-9
/
+10
2014-06-12
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-24
/
+46
2014-06-12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-28
/
+28
2014-06-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
28
-470
/
+566
2014-06-12
x86/vdso: Hack to keep 64-bit Go programs working
Andy Lutomirski
3
-13
/
+60
2014-06-12
x86/vdso: Add PUT_LE to store little-endian values
Andy Lutomirski
1
-3
/
+16
2014-06-12
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-0
/
+26
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
19
-1044
/
+1151
2014-06-12
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-10
/
+36
2014-06-12
Merge commit '3cf2f34' into sched/core, to fix build error
Ingo Molnar
70
-297
/
+110
2014-06-12
blackfin: defconfigs: add MTD_SPI_NOR (new dependency for M25P80)
Brian Norris
7
-9
/
+7
2014-06-12
powerpc: Avoid circular dependency with zImage.%
Michal Marek
1
-2
/
+2
2014-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
6
-32
/
+17
2014-06-12
powerpc/book3s: Fix some ABIv2 issues in machine check code
Anton Blanchard
1
-2
/
+2
2014-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2014-06-11
Merge tag 'pwm/for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-15
/
+7
2014-06-11
Merge tag 'soc2-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
8
-36
/
+129
2014-06-11
Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-0
/
+15
2014-06-11
powerpc/book3s: Fix guest MC delivery mechanism to avoid soft lockups in guest.
Mahesh Salgaonkar
2
-11
/
+23
2014-06-11
powerpc/book3s: Increment the mce counter during machine_check_early call.
Mahesh Salgaonkar
1
-0
/
+2
2014-06-11
powerpc/book3s: Add stack overflow check in machine check handler.
Mahesh Salgaonkar
1
-4
/
+20
2014-06-11
powerpc/book3s: Fix machine check handling for unhandled errors
Mahesh Salgaonkar
1
-3
/
+37
2014-06-11
powerpc/eeh: Dump PE location code
Gavin Shan
4
-11
/
+84
2014-06-11
net: filter: cleanup A/X name usage
Alexei Starovoitov
1
-130
/
+130
[next]