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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-28
ptrace: change signature of arch_ptrace()
Namhyung Kim
1
-1
/
+2
2010-10-28
ptrace: change signature of sys_ptrace() and friends
Namhyung Kim
2
-4
/
+8
2010-10-28
cgroup: add clone_children control file
Daniel Lezcano
1
-0
/
+4
2010-10-28
fbmem: fix fb_read, fb_write unaligned accesses
James Hogan
1
-0
/
+6
2010-10-28
gpio: adp5588-gpio: add i2c forward declaration
Michael Hennerich
1
-0
/
+2
2010-10-28
gpio: adp5588-gpio: gpio_start must be signed
Michael Hennerich
1
-3
/
+3
2010-10-28
gpio: adp5588-gpio: support interrupt controller
Michael Hennerich
1
-0
/
+15
2010-10-28
gpio: add support for 74x164 serial-in/parallel-out 8-bit shift register
Miguel Gaio
1
-0
/
+11
2010-10-28
gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h
Anton Vorontsov
1
-2
/
+2
2010-10-28
gpio: add driver for basic memory-mapped GPIO controllers
Anton Vorontsov
1
-0
/
+20
2010-10-28
mm: fix race in kunmap_atomic()
Peter Zijlstra
1
-0
/
+5
2010-10-28
mm,x86: fix kmap_atomic_push vs ioremap_32.c
Peter Zijlstra
1
-21
/
+25
2010-10-27
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-50
/
+65
2010-10-27
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...
Linus Torvalds
4
-0
/
+115
2010-10-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-15
/
+35
2010-10-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
9
-14
/
+266
2010-10-27
docbook: add idr/ida to kernel-api docbook
Randy Dunlap
1
-0
/
+1
2010-10-27
docbook: add more wait/wake/completion to device-drivers docbook
Randy Dunlap
1
-5
/
+5
2010-10-27
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
9
-50
/
+47
2010-10-27
Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-24
/
+0
2010-10-27
Merge branch 'akpm-incoming-1'
Linus Torvalds
29
-119
/
+483
2010-10-27
div64_u64(): improve precision on 32bit platforms
Brian Behlendorf
2
-0
/
+17
2010-10-27
ratelimit: add comment warning people off printk_ratelimit()
Andrew Morton
1
-0
/
+5
2010-10-27
printk: declare printk_ratelimit_state in ratelimit.h
Namhyung Kim
1
-0
/
+2
2010-10-27
kernel: remove PF_FLUSHER
Peter Zijlstra
1
-1
/
+0
2010-10-27
fs: allow for more than 2^31 files
Eric Dumazet
1
-4
/
+4
2010-10-27
drivers/misc: driver for APDS990X ALS and proximity sensors
Samu Onkalo
1
-0
/
+79
2010-10-27
drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensor
Samu Onkalo
1
-0
/
+53
2010-10-27
workqueues: s/ON_STACK/ONSTACK/
Andrew Morton
1
-3
/
+3
2010-10-27
vmlinux.lds.h: lower init ramfs alignment to 4
Mike Frysinger
1
-1
/
+1
2010-10-27
vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATA
Mike Frysinger
1
-0
/
+1
2010-10-27
modules: no need to align .modinfo strings
Jan Beulich
1
-2
/
+2
2010-10-27
include/linux/kernel.h: add __must_check to strict_strto*()
Andrew Morton
1
-4
/
+4
2010-10-27
kernel.h: add {min,max}3 macros
Hagen Paul Pfeifer
1
-0
/
+18
2010-10-27
mm: add vzalloc() and vzalloc_node() helpers
Dave Young
1
-0
/
+2
2010-10-27
mm: fix sparse warnings on GFP_ZONE_TABLE/BAD
Namhyung Kim
1
-42
/
+63
2010-10-27
mm: declare some external symbols
Namhyung Kim
2
-0
/
+3
2010-10-27
rmap: wrap page_check_address() using __cond_lock()
Namhyung Kim
1
-1
/
+12
2010-10-27
rmap: annotate lock context change on page_[un]lock_anon_vma()
Namhyung Kim
1
-1
/
+14
2010-10-27
mm: wrap get_locked_pte() using __cond_lock()
Namhyung Kim
1
-1
/
+9
2010-10-27
mm: retry page fault when blocking on disk transfer
Michel Lespinasse
2
-0
/
+15
2010-10-27
mm: remove alignment padding from anon_vma on (some) 64 bit builds
Richard Kennedy
1
-1
/
+1
2010-10-27
mm: stack based kmap_atomic()
Peter Zijlstra
2
-30
/
+45
2010-10-27
mm: strictly nested kmap_atomic()
Peter Zijlstra
1
-2
/
+2
2010-10-27
writeback: do not sleep on the congestion queue if there are no congested BDI...
Mel Gorman
3
-1
/
+16
2010-10-27
vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim
KOSAKI Motohiro
1
-3
/
+3
2010-10-27
writeback: account for time spent congestion_waited
Mel Gorman
1
-0
/
+28
2010-10-27
tracing, vmscan: add trace events for LRU list shrinking
Mel Gorman
1
-0
/
+42
2010-10-27
mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGS
Will Deacon
1
-2
/
+2
2010-10-27
writeback: add nr_dirtied and nr_written to /proc/vmstat
Michael Rubin
1
-0
/
+2
[next]