index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-25
MIPS: RB532: Use hex_to_bin()
Andy Shevchenko
1
-15
/
+9
2011-07-25
MIPS: Enable cpu_has_clo_clz for MIPS Technologies' platforms
Shinya Kuribayashi
2
-0
/
+4
2011-07-25
MIPS: PowerTV: Provide cpu-feature-overrides.h
David VomLehn
1
-0
/
+59
2011-07-25
MIPS: Remove pointless return statement from empty void functions.
Ralf Baechle
11
-15
/
+0
2011-07-25
MIPS: Limit fixrange_init() to the FIXMAP region
Kevin Cernekee
3
-5
/
+5
2011-07-25
MIPS: Install handlers for software IRQs
Kevin Cernekee
1
-8
/
+6
2011-07-25
MIPS: Move FIXADDR_TOP into spaces.h
Kevin Cernekee
5
-9
/
+56
2011-07-25
MIPS: Add SYNC after cacheflush
Kevin Cernekee
1
-0
/
+4
2011-07-25
MIPS: pfn_valid() is broken on low memory HIGHMEM systems
Kevin Cernekee
1
-1
/
+1
2011-07-25
MIPS: HIGHMEM DMA on noncoherent MIPS32 processors
Dezhong Diao
1
-46
/
+68
2011-07-25
MIPS: topdown mmap support
Jian Peng
2
-23
/
+171
2011-07-25
MIPS: Remove redundant addr_limit assignment on exec.
Mathias Krause
1
-1
/
+0
2011-07-25
MIPS: AR7: Replace __attribute__((__packed__)) with __packed
Florian Fainelli
1
-1
/
+1
2011-07-25
MIPS: AR7: Remove 'space before tabs' in platform.c
Florian Fainelli
1
-1
/
+1
2011-07-25
Merge branch 'tegra/fixes' of git+ssh://master.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
2
-2
/
+2
2011-07-24
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
7
-1334
/
+0
2011-07-25
m68k: Revive reporting of spurious interrupts
Geert Uytterhoeven
5
-8
/
+12
2011-07-25
m68knommu: Move forward declaration of do_IRQ() from machdep.h to irq.h
Geert Uytterhoeven
2
-1
/
+2
2011-07-25
m68k: fix some atomic operation asm address modes for ColdFire
Greg Ungerer
1
-3
/
+3
2011-07-25
m68k: use CPU_HAS_NO_BITFIELDS for signal functions
Greg Ungerer
1
-8
/
+7
2011-07-25
m68k: merge and clean up delay.h files
Greg Ungerer
5
-158
/
+95
2011-07-25
m68knommu: correctly use trap_init
Greg Ungerer
9
-24
/
+13
2011-07-25
m68knommu: merge ColdFire 5206 and 5206e platform code
Greg Ungerer
5
-195
/
+7
2011-07-25
m68k: merge mmu and non-mmu bitops.h
Greg Ungerer
5
-837
/
+535
2011-07-25
m68k: merge MMU and non MMU versions of system.h
Greg Ungerer
7
-380
/
+222
2011-07-25
m68k: merge MMU and non-MMU versions of asm/hardirq.h
Greg Ungerer
4
-47
/
+32
2011-07-25
m68k: merge the non-mmu and mmu versions of module.c
Greg Ungerer
4
-241
/
+140
2011-07-25
m68knommu: Fix printk() format in free_initrd_mem()
Geert Uytterhoeven
1
-2
/
+3
2011-07-25
m68knommu: Make empty_zero_page "void *", like on m68k
Geert Uytterhoeven
1
-3
/
+3
2011-07-24
x86, olpc-xo15-sci: Enable EC wakeup capability
Daniel Drake
1
-1
/
+1
2011-07-24
x86, olpc: Fix dependency on POWER_SUPPLY
Daniel Drake
1
-2
/
+4
2011-07-24
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
206
-5753
/
+6855
2011-07-24
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
49
-1022
/
+1301
2011-07-24
Merge branch 'for-upstream' of git://openrisc.net/jonas/linux
Linus Torvalds
85
-102
/
+10910
2011-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
26
-777
/
+12
2011-07-24
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
87
-3634
/
+11619
2011-07-24
Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-150
/
+283
2011-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-12
/
+56
2011-07-24
get rid of create_proc_entry() abuses - proc_mkdir() is there for purpose
Al Viro
1
-1
/
+1
2011-07-24
modules: make arch's use default loader hooks
Jonas Bonn
26
-777
/
+12
2011-07-24
KVM: MMU: trace mmio page fault
Xiao Guangrong
4
-1
/
+80
2011-07-24
KVM: MMU: mmio page fault support
Xiao Guangrong
5
-14
/
+248
2011-07-24
KVM: MMU: reorganize struct kvm_shadow_walk_iterator
Xiao Guangrong
1
-1
/
+1
2011-07-24
KVM: MMU: lockless walking shadow page table
Xiao Guangrong
2
-8
/
+132
2011-07-24
KVM: MMU: do not need atomicly to set/clear spte
Xiao Guangrong
1
-15
/
+71
2011-07-24
KVM: MMU: introduce the rules to modify shadow page table
Xiao Guangrong
1
-34
/
+69
2011-07-24
KVM: MMU: abstract some functions to handle fault pfn
Xiao Guangrong
2
-18
/
+41
2011-07-24
KVM: MMU: filter out the mmio pfn from the fault pfn
Xiao Guangrong
1
-2
/
+2
2011-07-24
KVM: MMU: remove bypass_guest_pf
Xiao Guangrong
6
-128
/
+33
2011-07-24
KVM: MMU: split kvm_mmu_free_page
Xiao Guangrong
1
-3
/
+18
[prev]
[next]