Age | Commit message (Expand) | Author | Files | Lines |
2011-01-13 | drivers/staging/olpc_dcon: convert to new cs5535 gpio API | Andres Salomon | 1 | -0/+4 |
2011-01-13 | drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO function... | Andres Salomon | 1 | -0/+2 |
2011-01-13 | binfmt_elf: cleanups | Mikael Pettersson | 1 | -3/+2 |
2011-01-13 | epoll: convert max_user_watches to long | Robin Holt | 1 | -1/+1 |
2011-01-13 | include/linux/printk.h: use tab not spaces for indent | Joe Perches | 1 | -7/+7 |
2011-01-13 | include/linux/printk.h: organize printk_ratelimited macros | Joe Perches | 1 | -13/+12 |
2011-01-13 | include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard | Joe Perches | 1 | -14/+28 |
2011-01-13 | include/linux/printk.h: add pr_<level>_once macros | Joe Perches | 1 | -15/+44 |
2011-01-13 | include/linux/printk.h: use and neaten no_printk | Joe Perches | 1 | -32/+43 |
2011-01-13 | include/linux/printk.h: use space after #define | Joe Perches | 1 | -9/+9 |
2011-01-13 | include/linux/printk.h: move console functions and variables together | Joe Perches | 1 | -11/+11 |
2011-01-13 | kptr_restrict for hiding kernel pointers from unprivileged users | Dan Rosenberg | 1 | -0/+1 |
2011-01-13 | include/asm-generic/vmlinux.lds.h: make readmostly section correctly align | Shaohua Li | 1 | -1/+2 |
2011-01-13 | include/linux/unaligned/packed_struct.h: use __packed | Andrew Morton | 1 | -3/+3 |
2011-01-13 | toshiba.h: hide a function prototypes behind __KERNEL__ macro | Alexander Shishkin | 1 | -0/+2 |
2011-01-13 | include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit | Andrew Morton | 1 | -3/+16 |
2011-01-13 | kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_... | Seiji Aguchi | 1 | -0/+4 |
2011-01-13 | leds-lp5521: modify the way of setting led device name | Arun Murthy | 1 | -0/+1 |
2011-01-13 | leds: leds-lp5523: modify the way of setting led device name | Samu Onkalo | 1 | -0/+1 |
2011-01-13 | Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core | Jens Axboe | 5 | -4/+28 |
2011-01-13 | Merge branch 'sh/alphaproject' into sh-latest | Paul Mundt | 1 | -1/+1 |
2011-01-13 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 8 | -57/+739 |
2011-01-13 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 5 | -3/+10 |
2011-01-13 | Merge branch 'common/serial-rework' into sh-latest | Paul Mundt | 1 | -0/+22 |
2011-01-13 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | Paul Mundt | 1603 | -30075/+93974 |
2011-01-13 | fs: add hole punching to fallocate | Josef Bacik | 1 | -0/+1 |
2011-01-13 | move internal-only parts of ncpfs headers to fs/ncpfs | Al Viro | 4 | -315/+0 |
2011-01-13 | switch ncpfs | Al Viro | 1 | -1/+1 |
2011-01-13 | pass default dentry_operations to mount_pseudo() | Al Viro | 1 | -1/+3 |
2011-01-13 | take coda-private headers out of include/linux | Al Viro | 3 | -181/+0 |
2011-01-13 | switch coda | Al Viro | 1 | -0/+2 |
2011-01-13 | per-superblock default ->d_op | Al Viro | 1 | -0/+1 |
2011-01-13 | net/ceph: make ceph_msgr_wq non-reentrant | Tejun Heo | 1 | -5/+0 |
2011-01-13 | ceph: add dir_layout to inode | Sage Weil | 1 | -3/+13 |
2011-01-12 | Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2011-01-12 | regulator: Add initial per-regulator debugfs support | Mark Brown | 1 | -2/+6 |
2011-01-12 | regulator: Add API to re-apply voltage to hardware | Mark Brown | 1 | -0/+1 |
2011-01-12 | regulator: Provide a selector based set_voltage_sel() operation | Mark Brown | 1 | -0/+3 |
2011-01-12 | regulator: support PMIC mc13892 | Yong Shen | 1 | -0/+39 |
2011-01-12 | Change the register name definitions for mc13783 | Yong Shen | 1 | -33/+34 |
2011-01-12 | regulators: Moved define for number of regulators in ab8500 | Bengt Jonsson | 2 | -14/+15 |
2011-01-12 | regulator: Allow drivers to report voltages as selectors | Mark Brown | 1 | -0/+3 |
2011-01-12 | regulator: Copy constraints from regulators when initialising them | Mark Brown | 1 | -1/+1 |
2011-01-12 | regulator: Add basic trace facilities | Mark Brown | 1 | -0/+141 |
2011-01-12 | regulator: Report actual configured voltage to set_voltage() | Mark Brown | 1 | -1/+2 |
2011-01-12 | KVM: Fix build error on s390 due to missing tlbs_dirty | Avi Kivity | 1 | -1/+1 |
2011-01-12 | KVM: MMU: Make the way of accessing lpage_info more generic | Takuya Yoshikawa | 1 | -4/+6 |
2011-01-12 | KVM: MMU: delay flush all tlbs on sync_page path | Xiao Guangrong | 1 | -0/+2 |
2011-01-12 | KVM: PPC: Fix compile warning | Alexander Graf | 1 | -0/+2 |
2011-01-12 | KVM: fast-path msi injection with irqfd | Michael S. Tsirkin | 1 | -0/+16 |