index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KEYS: Implement a big key type that can save to tmpfs
David Howells
2013-09-24
5
-0
/
+242
*
KEYS: Expand the capacity of a keyring
David Howells
2013-09-24
9
-762
/
+803
*
Add a generic associative array implementation.
David Howells
2013-09-24
6
-0
/
+2608
*
KEYS: Drop the permissions argument from __keyring_search_one()
David Howells
2013-09-24
3
-9
/
+5
*
KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
David Howells
2013-09-24
5
-20
/
+27
*
KEYS: Search for auth-key by name rather than target key ID
David Howells
2013-09-24
1
-14
/
+7
*
KEYS: Introduce a search context structure
David Howells
2013-09-24
8
-158
/
+179
*
KEYS: Consolidate the concept of an 'index key' for key access
David Howells
2013-09-24
5
-67
/
+83
*
KEYS: key_is_dead() should take a const key pointer argument
David Howells
2013-09-24
1
-1
/
+1
*
KEYS: Use bool in make_key_ref() and is_key_possessed()
David Howells
2013-09-24
3
-8
/
+8
*
KEYS: Skip key state checks when checking for possession
David Howells
2013-09-24
4
-6
/
+11
*
selinux: add Paul Moore as a SELinux maintainer
Paul Moore
2013-09-24
1
-1
/
+2
*
security: remove erroneous comment about capabilities.o link ordering
Eric Paris
2013-09-24
1
-1
/
+0
*
Linux 3.12-rc2
v3.12-rc2
Linus Torvalds
2013-09-23
1
-1
/
+1
*
Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-09-23
35
-97
/
+160
|
\
|
*
Merge tag 'iio-fixes-for-3.12a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2013-09-21
13
-36
/
+91
|
|
\
|
|
*
iio:buffer_cb: Add missing iio_buffer_init()
Lars-Peter Clausen
2013-09-21
1
-0
/
+2
|
|
*
iio: Prevent race between IIO chardev opening and IIO device free
Lars-Peter Clausen
2013-09-21
1
-9
/
+12
|
|
*
iio: fix: Keep a reference to the IIO device for open file descriptors
Lars-Peter Clausen
2013-09-21
2
-5
/
+17
|
|
*
iio: Stop sampling when the device is removed
Lars-Peter Clausen
2013-09-21
3
-1
/
+28
|
|
*
iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL
Peter Meerwald
2013-09-21
1
-2
/
+9
|
|
*
iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
2013-09-21
1
-6
/
+6
|
|
*
iio: Fix bma180 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
2013-09-21
1
-2
/
+2
|
|
*
iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
2013-09-21
1
-2
/
+4
|
|
*
iio: iio_device_add_event_sysfs() bugfix
Lukasz Czerwinski
2013-09-18
1
-1
/
+1
|
|
*
staging: iio: ade7854-spi: Fix return value
Sachin Kamat
2013-09-18
1
-1
/
+1
|
|
*
staging:iio:hmc5843: Fix measurement conversion
Peter Meerwald
2013-09-18
1
-1
/
+1
|
|
*
iio: isl29018: Fix uninitialized value
Derek Basehore
2013-09-18
1
-0
/
+1
|
|
*
staging:iio:dummy fix kfifo_buf kconfig dependency issue if kfifo modular and...
Jonathan Cameron
2013-09-18
1
-1
/
+1
|
|
*
iio: at91: fix adc_clk overflow
Josh Wu
2013-09-18
1
-5
/
+6
|
|
/
|
*
staging: line6: add bounds check in snd_toneport_source_put()
Dan Carpenter
2013-09-17
1
-3
/
+7
|
*
Staging: comedi: Fix dependencies for drivers misclassified as PCI
Ben Hutchings
2013-09-17
1
-16
/
+17
|
*
staging: r8188eu: Adjust RX gain
Larry Finger
2013-09-17
1
-1
/
+1
|
*
staging: r8188eu: Fix smatch warning in core/rtw_ieee80211.
Larry Finger
2013-09-17
1
-1
/
+1
|
*
staging: r8188eu: Fix smatch error in core/rtw_mlme_ext.c
Larry Finger
2013-09-17
1
-0
/
+1
|
*
staging: r8188eu: Fix Smatch off-by-one warning in hal/rtl8188e_hal_init.c
Larry Finger
2013-09-17
1
-1
/
+1
|
*
staging: Disable lustre file system for MIPS, SH, and XTENSA
Guenter Roeck
2013-09-17
1
-1
/
+1
|
*
Revert "staging: zram: Add auto loading of module if user opens /dev/zram."
Greg Kroah-Hartman
2013-09-17
1
-1
/
+0
|
*
staging: octeon-ethernet: rgmii: enable interrupts that we can handle
Aaro Koskinen
2013-09-17
1
-3
/
+1
|
*
staging: octeon-ethernet: remove skb alloc failure warnings
Aaro Koskinen
2013-09-17
2
-9
/
+1
|
*
staging: octeon-ethernet: make dropped packets to consume NAPI budget
Aaro Koskinen
2013-09-17
1
-1
/
+1
|
*
drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c: rename PTRS_PER_PAGE
Andrew Morton
2013-09-17
1
-2
/
+2
|
*
staging: dgnc: fix potential format string flaw
Kees Cook
2013-09-17
1
-2
/
+2
|
*
staging: lustre: clean up format string usages
Kees Cook
2013-09-17
7
-14
/
+14
|
*
staging: dgap: fix overflows and format strings
Kees Cook
2013-09-17
1
-7
/
+10
|
*
staging: xillybus: fix format string usage
Kees Cook
2013-09-17
1
-1
/
+1
|
*
staging: r8188eu: Fix uninitialized variable change_inx
Geert Uytterhoeven
2013-09-17
1
-1
/
+1
|
*
staging/lustre: Correct default for LUSTRE_TRANSLATE_ERRNOS
Geert Uytterhoeven
2013-09-17
1
-1
/
+1
|
*
staging/vt6656: Fix screwed up indentation in swGetOFDMControlRate
Dave Jones
2013-09-17
1
-2
/
+2
|
*
staging/rtl8188eu: pass channel list by reference instead of copying struct.
Dave Jones
2013-09-17
1
-7
/
+7
[next]