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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-02
s3cmci: change GPIO to gpiolib from S3C24XX specific calls
Ben Dooks
1
-18
/
+69
2009-10-02
s3cmci: update probe to use new platform id list
Ben Dooks
1
-47
/
+24
2009-10-02
s3cmci: use resource_size() instead of local macro
Ben Dooks
1
-6
/
+4
2009-10-02
memcg: reduce check for softlimit excess
KAMEZAWA Hiroyuki
1
-16
/
+15
2009-10-02
memcg: some modification to softlimit under hierarchical memory reclaim.
KAMEZAWA Hiroyuki
3
-83
/
+54
2009-10-02
cgroup: catch bad css refcnt at css_put
KAMEZAWA Hiroyuki
1
-1
/
+4
2009-10-02
memcg: fix refcnt going negative
KAMEZAWA Hiroyuki
1
-1
/
+2
2009-10-02
uartlite: allow building for timberdale MFD
Richard Röjfors
1
-1
/
+1
2009-10-02
docs: update patch size in SubmittingPatches
Randy Dunlap
1
-1
/
+1
2009-10-02
sdio: pass whitelisted cis funce tuples to sdio drivers
Albert Herranz
1
-16
/
+49
2009-10-02
mm/rmap.c: fix comment
Huang Shijie
1
-2
/
+2
2009-10-02
x86: fix csum_ipv6_magic asm memory clobber
Samuel Thibault
1
-1
/
+2
2009-10-02
mn10300: fix kernel build failures when using gcc-4.x
Mark Salter
3
-40
/
+45
2009-10-02
MAINTAINERS: ARM/Palm file patterns
Joe Perches
1
-2
/
+15
2009-10-02
Char: vt_ioctl, fix BKL imbalance
Jiri Slaby
1
-2
/
+4
2009-10-02
revert "m68k: convert to asm-generic/hardirq.h"
Andrew Morton
1
-2
/
+10
2009-10-02
asm-generic/gpio.h: pull in linux/kernel.h for might_sleep()
Mike Frysinger
1
-0
/
+1
2009-10-02
const: constify remaining file_operations
Alexey Dobriyan
57
-95
/
+110
2009-10-02
drivers/input/input.c: fix CONFIG_PM=n warning
Andrew Morton
1
-1
/
+1
2009-10-02
module: fix up CONFIG_KALLSYMS=n build.
Paul Mundt
1
-3
/
+4
2009-10-02
net: Use sk_mark for routing lookup in more places
Atis Elsts
3
-0
/
+3
2009-10-02
sky2: irqname based on pci address
Stephen Hemminger
2
-2
/
+7
2009-10-02
skge: use unique IRQ name
Michal Schmidt
2
-2
/
+7
2009-10-02
IPv4 TCP fails to send window scale option when window scale is zero
Ori Finkelman
1
-5
/
+6
2009-10-02
net/ipv4/tcp.c: fix min() type mismatch warning
Andrew Morton
1
-1
/
+1
2009-10-02
Kconfig: STRIP: Remove stale bits of STRIP help text
Ralf Baechle
1
-7
/
+6
2009-10-02
NET: mkiss: Fix typo
Ralf Baechle
1
-2
/
+2
2009-10-02
tg3: Remove prev_vlan_tag from struct tx_ring_info
Eric Dumazet
1
-1
/
+0
2009-10-02
move virtnet_remove to .devexit.text
Uwe Kleine-König
1
-1
/
+1
2009-10-02
don't use __devexit_p to wrap sgiseeq_remove
Uwe Kleine-König
1
-1
/
+1
2009-10-02
don't use __devexit_p to wrap meth_remove
Uwe Kleine-König
1
-1
/
+1
2009-10-02
bonding: set primary param via sysfs
Jiri Pirko
1
-0
/
+1
2009-10-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Chris Mason
1
-0
/
+11
2009-10-02
Btrfs: fix data space leak fix
Josef Bacik
1
-0
/
+11
2009-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
5
-27
/
+48
2009-10-01
Add a tracepoint for block request remapping
Jun'ichi Nomura
4
-1
/
+69
2009-10-01
block: allow large discard requests
Christoph Hellwig
4
-5
/
+24
2009-10-01
block: use normal I/O path for discard requests
Christoph Hellwig
6
-43
/
+39
2009-10-01
swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULL
Suresh Jayaraman
1
-5
/
+7
2009-10-01
fs/bio.c: move EXPORT* macros to line after function
H Hartley Sweeten
1
-26
/
+23
2009-10-01
Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
Zdenek Kabelac
3
-5
/
+13
2009-10-01
cciss: fix build when !PROC_FS
Alexander Beregalov
1
-4
/
+5
2009-10-01
block: Do not clamp max_hw_sectors for stacking devices
Martin K. Petersen
1
-1
/
+2
2009-10-01
block: Set max_sectors correctly for stacking devices
Martin K. Petersen
1
-1
/
+2
2009-10-01
cciss: cciss_host_attr_groups should be const
Jens Axboe
1
-1
/
+1
2009-10-01
cciss: Dynamically allocate the drive_info_struct for each logical drive.
Stephen M. Cameron
2
-130
/
+168
2009-10-01
cciss: Add usage_count attribute to each logical drive in /sys
Stephen M. Cameron
2
-0
/
+27
2009-10-01
cciss: Add a "raid_level" attribute to each logical drive in /sys
Stephen M. Cameron
2
-0
/
+31
2009-10-01
cciss: fix some magic numbers in the raid-level decoding
Stephen M. Cameron
1
-3
/
+2
2009-10-01
cciss: Add lunid attribute to each logical drive in /sys
Stephen M. Cameron
2
-0
/
+33
[prev]
[next]