index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-01
syscalls, x86: add __NR_kcmp syscall
Cyrill Gorcunov
2
-0
/
+3
2012-06-01
um: properly check all process' threads for a live mm
Anton Vorontsov
1
-6
/
+7
2012-06-01
um: fix possible race on task->mm
Anton Vorontsov
1
-2
/
+5
2012-06-01
um: should hold tasklist_lock while traversing processes
Anton Vorontsov
1
-0
/
+3
2012-06-01
blackfin: fix possible deadlock in decode_address()
Anton Vorontsov
1
-3
/
+3
2012-06-01
blackfin: a couple of task->mm handling fixes
Anton Vorontsov
1
-13
/
+13
2012-06-01
sh: use clear_tasks_mm_cpumask()
Anton Vorontsov
1
-6
/
+1
2012-06-01
powerpc: use clear_tasks_mm_cpumask()
Anton Vorontsov
1
-9
/
+2
2012-06-01
arm: use clear_tasks_mm_cpumask()
Anton Vorontsov
1
-7
/
+1
2012-06-01
um/kernel/trap.c: port OOM changes to handle_page_fault()
Kautuk Consul
1
-5
/
+19
2012-05-30
rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC
Fabio Estevam
2
-2
/
+2
2012-05-30
mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition
Andrea Arcangeli
1
-0
/
+50
2012-05-30
x86: print physical addresses consistently with other parts of kernel
Bjorn Helgaas
7
-62
/
+63
2012-05-30
x86: print e820 physical addresses consistently with other parts of kernel
Bjorn Helgaas
1
-26
/
+27
2012-05-30
cris: select GENERIC_ATOMIC64
Cong Wang
1
-0
/
+1
2012-05-29
Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
2
-1
/
+13
2012-05-28
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2
-11
/
+4
2012-05-28
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2
-2
/
+2
2012-05-28
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
5
-11
/
+39
2012-05-28
openrisc: use generic strnlen_user() function
Jonas Bonn
3
-75
/
+3
2012-05-28
powerpc: Use the new generic strncpy_from_user() and strnlen_user()
Paul Mackerras
5
-83
/
+48
2012-05-27
Merge branch 'generic-string-functions'
Linus Torvalds
17
-440
/
+46
2012-05-27
Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
178
-106
/
+614
2012-05-27
Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
65
-177
/
+2978
2012-05-26
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
48
-771
/
+2447
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
92
-13682
/
+4149
2012-05-26
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
56
-850
/
+718
2012-05-26
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
54
-960
/
+1042
2012-05-26
Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
4
-1
/
+86
2012-05-26
sparc: use the new generic strnlen_user() function
David Miller
7
-231
/
+9
2012-05-26
x86: use the new generic strnlen_user() function
Linus Torvalds
6
-109
/
+4
2012-05-26
word-at-a-time: make the interfaces truly generic
Linus Torvalds
3
-3
/
+31
2012-05-26
x86: use generic strncpy_from_user routine
Linus Torvalds
3
-97
/
+2
2012-05-26
Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
3
-12
/
+41
2012-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
70
-1164
/
+2458
2012-05-25
tile: default to tilegx_defconfig for ARCH=tile
Chris Metcalf
1
-1
/
+6
2012-05-25
tile: fix bug where fls(0) was not returning 0
Chris Metcalf
1
-6
/
+6
2012-05-25
arch/tile: mark TILEGX as not EXPERIMENTAL
Chris Metcalf
1
-6
/
+4
2012-05-25
tile/mm/fault.c: Port OOM changes to handle_page_fault
Kautuk Consul
1
-5
/
+27
2012-05-25
arch/tile: add descriptive text if the kernel reports a bad trap
Chris Metcalf
1
-2
/
+28
2012-05-25
arch/tile: allow querying cpu module information from the hypervisor
Chris Metcalf
2
-1
/
+21
2012-05-25
arch/tile: fix hardwall for tilegx and generalize for idn and ipi
Chris Metcalf
8
-280
/
+636
2012-05-25
arch/tile: support multiple huge page sizes dynamically
Chris Metcalf
15
-158
/
+456
2012-05-25
arch/tile: support kexec() for tilegx
Chris Metcalf
5
-9
/
+300
2012-05-25
arch/tile: support <asm/cachectl.h> header for cacheflush() syscall
Chris Metcalf
6
-8
/
+55
2012-05-25
arch/tile: Allow tilegx to build with either 16K or 64K page size
Chris Metcalf
20
-197
/
+345
2012-05-25
arch/tile: optimize get_user/put_user and friends
Chris Metcalf
8
-315
/
+241
2012-05-25
arch/tile: support building big-endian kernel
Chris Metcalf
10
-29
/
+130
2012-05-25
arch/tile: allow building Linux with transparent huge pages enabled
Chris Metcalf
4
-48
/
+107
2012-05-25
arch/tile: use interrupt critical sections less
Chris Metcalf
7
-99
/
+96
[next]