index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: tiehrpwm: inline accessor functions
Wolfram Sang
2014-05-21
1
-2
/
+2
*
pwm: tiehrpwm: don't build PM related functions when not needed
Wolfram Sang
2014-05-21
1
-1
/
+1
*
pwm-backlight: retrieve configured PWM period
Alexandre Belloni
2014-05-21
1
-3
/
+6
*
leds: leds-pwm: retrieve configured PWM period
Alexandre Belloni
2014-05-21
1
-1
/
+4
*
ARM: pxa: hx4700: use PWM_LOOKUP to initialize struct pwm_lookup
Alexandre Belloni
2014-05-21
1
-8
/
+2
*
ARM: shmobile: armadillo: use PWM_LOOKUP to initialize struct pwm_lookup
Alexandre Belloni
2014-05-21
1
-8
/
+2
*
ARM: OMAP3: Beagle: use PWM_LOOKUP to initialize struct pwm_lookup
Alexandre Belloni
2014-05-21
1
-8
/
+2
*
pwm: modify PWM_LOOKUP to initialize all struct pwm_lookup members
Alexandre Belloni
2014-05-21
2
-2
/
+5
*
ARM: pxa: hx4700: initialize all the struct pwm_lookup members
Alexandre Belloni
2014-05-21
1
-1
/
+8
*
ARM: OMAP3: Beagle: initialize all the struct pwm_lookup members
Alexandre Belloni
2014-05-21
1
-1
/
+8
*
pwm: renesas-tpu: remove unused struct tpu_pwm_platform_data
Alexandre Belloni
2014-05-21
2
-32
/
+3
*
ARM: shmobile: armadillo: initialize all struct pwm_lookup members
Alexandre Belloni
2014-05-21
1
-11
/
+9
*
pwm: add period and polarity to struct pwm_lookup
Alexandre Belloni
2014-05-21
2
-1
/
+9
*
pwm: twl: Really disable twl6030 PWMs
Axel Lin
2014-05-08
1
-8
/
+0
*
pwm: lpss: Fix const qualifier and sparse warnings
Thierry Reding
2014-05-07
1
-2
/
+2
*
pwm: spear: fix check on pwmchip_add() return value
Beniamino Galvani
2014-05-07
1
-1
/
+1
*
pwm-backlight: switch to gpiod interface
Alexandre Courbot
2014-05-07
2
-44
/
+30
*
ARM: SAMSUNG: remove GPIO flags in dev-backlight
Alexandre Courbot
2014-05-07
1
-2
/
+0
*
pwm-backlight: Disable backlight on shutdown
Thierry Reding
2014-05-02
1
-0
/
+9
*
pwm: lpss: Add support for PCI devices
Alan Cox
2014-04-28
1
-31
/
+130
*
pwm: vt8500: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: tiehrpwm: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: pwm-tiecap: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: tegra: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: spear: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: renesas-tpu: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: pxa: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: i.MX: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: ab8500: Remove unnecessary OOM messages
Jingoo Han
2014-04-28
1
-3
/
+1
*
pwm: kona: Introduce Kona PWM controller support
Tim Kryger
2014-04-28
3
-0
/
+328
*
Documentation: dt: Add Kona PWM binding
Tim Kryger
2014-04-28
1
-0
/
+21
*
pwm: Document signal polarity convention
Thierry Reding
2014-04-28
1
-0
/
+7
*
Linux 3.15-rc1
Linus Torvalds
2014-04-13
1
-2
/
+2
*
mm: Initialize error in shmem_file_aio_read()
Geert Uytterhoeven
2014-04-13
1
-1
/
+1
*
cifs: Use min_t() when comparing "size_t" and "unsigned long"
Geert Uytterhoeven
2014-04-13
1
-1
/
+1
*
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2014-04-13
5
-84
/
+128
|
\
|
*
mm: slab/slub: use page->list consistently instead of page->lru
Dave Hansen
2014-04-11
3
-8
/
+9
|
*
mm/slab.c: cleanup outdated comments and unify variables naming
Jianyu Zhan
2014-04-01
1
-34
/
+32
|
*
slab: fix wrongly used macro
Joonsoo Kim
2014-04-01
1
-11
/
+11
|
*
slub: fix high order page allocation problem with __GFP_NOFAIL
Joonsoo Kim
2014-03-27
1
-2
/
+3
|
*
slab: Make allocations with GFP_ZERO slightly more efficient
Joe Perches
2014-02-08
1
-8
/
+8
|
*
slab: make more slab management structure off the slab
Joonsoo Kim
2014-02-08
1
-1
/
+1
|
*
slab: introduce byte sized index for the freelist of a slab
Joonsoo Kim
2014-02-08
1
-9
/
+9
|
*
slab: restrict the number of objects in a slab
Joonsoo Kim
2014-02-08
2
-0
/
+32
|
*
slab: introduce helper functions to get/set free object
Joonsoo Kim
2014-02-08
1
-7
/
+13
|
*
slab: factor out calculate nr objects in cache_estimate
Joonsoo Kim
2014-02-08
1
-21
/
+27
*
|
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
2014-04-12
6
-120
/
+196
|
\
\
|
*
|
scripts/coccinelle: Use PTR_ERR_OR_ZERO
Sachin Kamat
2014-04-08
1
-7
/
+7
|
*
|
scripts/bootgraph.pl: Add graphic header
Fabian Frederick
2014-04-08
1
-2
/
+40
|
*
|
scripts: objdiff: detect object code changes between two commits
Jason Cooper
2014-04-08
2
-1
/
+142
[next]