| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2012-10-14 | 1 | -0/+9 |
|\ |
|
| * | vmlinux.lds.h: Allow architectures to add sections to the front of .bss | David Daney | 2012-10-11 | 1 | -0/+9 |
* | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-14 | 15 | -15/+663 |
|\ \ |
|
| * | | module: signature checking hook | Rusty Russell | 2012-10-10 | 1 | -0/+8 |
| * | | MPILIB: Provide a function to read raw data into an MPI | David Howells | 2012-10-08 | 1 | -0/+1 |
| * | | X.509: Add an ASN.1 decoder | David Howells | 2012-10-08 | 1 | -0/+24 |
| * | | X.509: Add simple ASN.1 grammar compiler | David Howells | 2012-10-08 | 2 | -0/+154 |
| * | | X.509: Add utility functions to render OIDs as strings | David Howells | 2012-10-08 | 1 | -0/+2 |
| * | | X.509: Implement simple static OID registry | David Howells | 2012-10-08 | 1 | -0/+90 |
| * | | KEYS: Provide signature verification with an asymmetric key | David Howells | 2012-10-08 | 1 | -0/+4 |
| * | | KEYS: Asymmetric public-key algorithm crypto key subtype | David Howells | 2012-10-08 | 1 | -0/+104 |
| * | | KEYS: Asymmetric key pluggable data parsers | David Howells | 2012-10-08 | 1 | -0/+37 |
| * | | KEYS: Implement asymmetric key type | David Howells | 2012-10-08 | 2 | -0/+80 |
| * | | MPILIB: Provide count_leading/trailing_zeros() based on arch functions | David Howells | 2012-10-08 | 1 | -0/+57 |
| * | | KEYS: Add payload preparsing opportunity prior to key instantiate or update | David Howells | 2012-10-08 | 2 | -4/+37 |
| * | | Make most arch asm/module.h files use asm-generic/module.h | David Howells | 2012-09-28 | 2 | -11/+65 |
* | | | Merge tag 'disintegrate-main-20121013' of git://git.infradead.org/users/dhowe... | Linus Torvalds | 2012-10-13 | 583 | -30366/+32927 |
|\ \ \ |
|
| * | | | UAPI: (Scripted) Disintegrate include/linux/byteorder | David Howells | 2012-10-13 | 6 | -206/+214 |
| * | | | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 577 | -30107/+32658 |
| * | | | UAPI: Unexport linux/blk_types.h | David Howells | 2012-10-13 | 2 | -61/+59 |
| * | | | UAPI: Unexport part of linux/ppp-comp.h | David Howells | 2012-10-13 | 1 | -0/+4 |
* | | | | Merge tag 'disintegrate-spi-20121009' of git://git.infradead.org/users/dhowel... | Linus Torvalds | 2012-10-13 | 3 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | UAPI: (Scripted) Disintegrate include/linux/spi | David Howells | 2012-10-09 | 3 | -1/+1 |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-10-13 | 3 | -15/+118 |
|\ \ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'fixes-for-37', 'ec' and 'thermal' into release | Len Brown | 2012-10-09 | 3 | -15/+118 |
| |\ \ \ \ \ |
|
| | | * \ \ \ | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Len Brown | 2012-10-09 | 3 | -15/+118 |
| | | |\ \ \ \ |
|
| | | | * | | | | thermal: exynos: register the tmu sensor with the kernel thermal layer | Amit Daniel Kachhap | 2012-09-24 | 1 | -0/+22 |
| | | | * | | | | thermal: exynos5: add exynos5250 thermal sensor driver support | Amit Daniel Kachhap | 2012-09-24 | 1 | -4/+15 |
| | | | * | | | | hwmon: exynos4: move thermal sensor driver to driver/thermal directory | Amit Daniel Kachhap | 2012-09-24 | 1 | -4/+4 |
| | | | * | | | | thermal: add generic cpufreq cooling implementation | Amit Daniel Kachhap | 2012-09-24 | 1 | -0/+58 |
| | | | * | | | | Thermal: Introduce locking for cdev.thermal_instances list. | Zhang Rui | 2012-09-24 | 1 | -0/+1 |
| | | | * | | | | Thermal: Unify the code for both active and passive cooling | Zhang Rui | 2012-09-24 | 1 | -1/+1 |
| | | | * | | | | Thermal: Introduce simple arbitrator for setting device cooling state | Zhang Rui | 2012-09-24 | 1 | -0/+1 |
| | | | * | | | | Thermal: List thermal_instance in thermal_cooling_device. | Zhang Rui | 2012-09-24 | 1 | -0/+1 |
| | | | * | | | | Thermal: Rename thermal_zone_device.cooling_devices | Zhang Rui | 2012-09-24 | 1 | -2/+2 |
| | | | * | | | | Thermal: Remove tc1/tc2 in generic thermal layer. | Zhang Rui | 2012-09-24 | 1 | -4/+1 |
| | | | * | | | | Thermal: Introduce .get_trend() callback. | Zhang Rui | 2012-09-24 | 1 | -0/+9 |
| | | | * | | | | Thermal: set upper and lower limits | Zhang Rui | 2012-09-24 | 1 | -1/+4 |
* | | | | | | | | Merge tag 'for-3.7' of git://openrisc.net/jonas/linux | Linus Torvalds | 2012-10-13 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | audit: define AUDIT_ARCH_OPENRISC | Kees Cook | 2012-09-21 | 1 | -0/+1 |
* | | | | | | | | | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw... | Linus Torvalds | 2012-10-13 | 1 | -2/+8 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | tty/console: fix warnings in drivers/tty/serial/kgdboc.c | Arnd Bergmann | 2012-10-12 | 1 | -2/+8 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge tag 'stable/for-linus-3.7-uapi-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2012-10-13 | 4 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | UAPI: (Scripted) Disintegrate include/xen | David Howells | 2012-10-09 | 4 | -2/+2 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge tag 'mmc-merge-for-3.7-rc1-part2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2012-10-13 | 3 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | UAPI: (Scripted) Disintegrate include/linux/mmc | David Howells | 2012-10-11 | 3 | -1/+1 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2012-10-13 | 4 | -12/+10 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | [SCSI] Shorten the path length of scsi_cmd_to_driver() | Li Zhong | 2012-10-09 | 1 | -10/+2 |
| * | | | | | | | | | [SCSI] virtio-scsi: support online resizing of disks | Paolo Bonzini | 2012-10-09 | 1 | -0/+2 |
| * | | | | | | | | | [SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFO | Yi Zou | 2012-10-07 | 1 | -0/+6 |