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
2007-10-16
pxafb: Add support for other palette formats
Hans J. Koch
4
-16
/
+68
2007-10-16
mbxfb: Improvements and new features
Raphael Assenat
4
-84
/
+402
2007-10-16
sm501fb: Ensure panel interface is not tristated when setup
Ben Dooks
2
-0
/
+23
2007-10-16
sm501fb: Call fb suspend function during suspend and resume
Ben Dooks
1
-0
/
+9
2007-10-16
sm501fb: update suspend and resume code
Ben Dooks
1
-4
/
+31
2007-10-16
pm2fb: accelerated 24-bit fillrect
Krzysztof Helt
1
-1
/
+7
2007-10-16
pm2fb: Permedia 2V initialization fixes
Krzysztof Helt
2
-24
/
+19
2007-10-16
pm2fb: source code improvements
Krzysztof Helt
1
-195
/
+155
2007-10-16
pm2fb: accelerated imageblit
Krzysztof Helt
2
-3
/
+127
2007-10-16
pm3fb: mtrr support and noaccel option
Krzysztof Helt
2
-2
/
+118
2007-10-16
pm3fb: improvements and cleanups
Krzysztof Helt
1
-30
/
+38
2007-10-16
pm3fb: 3 small fixes
Krzysztof Helt
1
-6
/
+8
2007-10-16
pm3fb: imageblit improved
Krzysztof Helt
1
-3
/
+26
2007-10-16
pm3fb: header file reduction
Krzysztof Helt
2
-40
/
+2
2007-10-16
skeletonfb: wrong field name fix
Krzysztof Helt
1
-1
/
+1
2007-10-16
pm3fb: copyarea and partial imageblit suppor
Krzysztof Helt
2
-12
/
+173
2007-10-16
uvesafb: documentation
Michal Januszewski
1
-0
/
+188
2007-10-16
uvesafb: the driver core
Michal Januszewski
5
-1
/
+2279
2007-10-16
uvesafb: add connector entries
Michal Januszewski
1
-2
/
+3
2007-10-16
connector: change connector's max message size
Michal Januszewski
1
-1
/
+1
2007-10-16
fbdev: export fb_destroy_modelist
Michal Januszewski
1
-0
/
+1
2007-10-16
rtc: allow validated RTC_PIE_ON for non-root
Bryan Kadzban
1
-1
/
+2
2007-10-16
rtc: add max_user_freq to sysfs
Bryan Kadzban
1
-0
/
+24
2007-10-16
rtc-cmos probe() cleanup
David Brownell
1
-25
/
+31
2007-10-16
rtc: fix readback from /sys/class/rtc/rtc?/wakealarm
Mark Lord
1
-1
/
+82
2007-10-16
rtc: RTC class driver for the ds1374
Scott Wood
3
-0
/
+461
2007-10-16
rtc-pcf8583: Check for i2c adapter functionality
Jean Delvare
1
-0
/
+3
2007-10-16
rtc: make rtc-ds1742 driver hotplug-aware
Atsushi Nemoto
3
-3
/
+3
2007-10-16
rtc: make rtc-ds1553 driver hotplug-aware
Atsushi Nemoto
1
-1
/
+1
2007-10-16
rtc-dev: no need to convert file->private_data to rtc device
Mark Zhan
1
-4
/
+4
2007-10-16
rtc_irq_set_freq() requires power-of-two and associated kerneldoc
David Brownell
2
-5
/
+27
2007-10-16
RTC: periodic irq fix
Alessandro Zummo
3
-25
/
+24
2007-10-16
ecryptfs: clean up page flag handling
Michael Halcrow
4
-33
/
+39
2007-10-16
eCryptfs: replace magic numbers
Michael Halcrow
1
-3
/
+3
2007-10-16
eCryptfs: remove unused functions and kmem_cache
Michael Halcrow
5
-539
/
+1
2007-10-16
eCryptfs: initialize persistent lower file on inode create
Michael Halcrow
1
-6
/
+7
2007-10-16
eCryptfs: fix data types
Michael Halcrow
3
-16
/
+21
2007-10-16
eCryptfs: convert mmap functions to use persistent file
Michael Halcrow
1
-96
/
+103
2007-10-16
eCryptfs: make open, truncate, and setattr use persistent file
Michael Halcrow
3
-121
/
+44
2007-10-16
eCryptfs: update metadata read/write functions
Michael Halcrow
5
-133
/
+114
2007-10-16
eCryptfs: set up and destroy persistent lower file
Michael Halcrow
3
-7
/
+103
2007-10-16
eCryptfs: replace encrypt, decrypt, and inode size write
Michael Halcrow
5
-306
/
+290
2007-10-16
eCryptfs: read_write.c routines
Michael Halcrow
4
-2
/
+379
2007-10-16
ecryptfs: fix error handling
Michael Halcrow
1
-21
/
+20
2007-10-16
eCryptfs: remove assignments in if-statements
Michael Halcrow
7
-64
/
+89
2007-10-16
eCryptfs: remove header_extent_size
Michael Halcrow
4
-36
/
+52
2007-10-16
eCryptfs: Use generic_file_splice_read()
Michael Halcrow
1
-17
/
+2
2007-10-16
eCryptfs: make needlessly global symbols static
Michael Halcrow
3
-32
/
+26
2007-10-16
eCryptfs: remove unnecessary variable initializations
Michael Halcrow
1
-3
/
+3
2007-10-16
eCryptfs: kerneldoc fixes for crypto.c and keystore.c
Michael Halcrow
2
-38
/
+79
[prev]
[next]