summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-01-13epoll: convert max_user_watches to longRobin Holt1-1/+1
2011-01-13include/linux/printk.h: use tab not spaces for indentJoe Perches1-7/+7
2011-01-13include/linux/printk.h: organize printk_ratelimited macrosJoe Perches1-13/+12
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches1-14/+28
2011-01-13include/linux/printk.h: add pr_<level>_once macrosJoe Perches1-15/+44
2011-01-13include/linux/printk.h: use and neaten no_printkJoe Perches1-32/+43
2011-01-13include/linux/printk.h: use space after #defineJoe Perches1-9/+9
2011-01-13include/linux/printk.h: move console functions and variables togetherJoe Perches1-11/+11
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg1-0/+1
2011-01-13include/linux/unaligned/packed_struct.h: use __packedAndrew Morton1-3/+3
2011-01-13toshiba.h: hide a function prototypes behind __KERNEL__ macroAlexander Shishkin1-0/+2
2011-01-13include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton1-3/+16
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Seiji Aguchi1-0/+4
2011-01-13leds-lp5521: modify the way of setting led device nameArun Murthy1-0/+1
2011-01-13leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo1-0/+1
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe4-4/+27
2011-01-13Merge branch 'topic/asoc' into for-linusTakashi Iwai3-0/+327
2011-01-13Merge branch 'common/serial-rework' into sh-latestPaul Mundt1-0/+22
2011-01-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt1081-20927/+63990
2011-01-13fs: add hole punching to fallocateJosef Bacik1-0/+1
2011-01-13move internal-only parts of ncpfs headers to fs/ncpfsAl Viro4-315/+0
2011-01-13switch ncpfsAl Viro1-1/+1
2011-01-13pass default dentry_operations to mount_pseudo()Al Viro1-1/+3
2011-01-13take coda-private headers out of include/linuxAl Viro3-181/+0
2011-01-13switch codaAl Viro1-0/+2
2011-01-13per-superblock default ->d_opAl Viro1-0/+1
2011-01-13net/ceph: make ceph_msgr_wq non-reentrantTejun Heo1-5/+0
2011-01-13ceph: add dir_layout to inodeSage Weil1-3/+13
2011-01-12regulator: Add initial per-regulator debugfs supportMark Brown1-2/+6
2011-01-12regulator: Add API to re-apply voltage to hardwareMark Brown1-0/+1
2011-01-12regulator: Provide a selector based set_voltage_sel() operationMark Brown1-0/+3
2011-01-12regulator: support PMIC mc13892Yong Shen1-0/+39
2011-01-12Change the register name definitions for mc13783Yong Shen1-33/+34
2011-01-12regulators: Moved define for number of regulators in ab8500Bengt Jonsson2-14/+15
2011-01-12regulator: Allow drivers to report voltages as selectorsMark Brown1-0/+3
2011-01-12regulator: Copy constraints from regulators when initialising themMark Brown1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-1/+2
2011-01-12KVM: Fix build error on s390 due to missing tlbs_dirtyAvi Kivity1-1/+1
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa1-4/+6
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong1-0/+2
2011-01-12KVM: PPC: Fix compile warningAlexander Graf1-0/+2
2011-01-12KVM: fast-path msi injection with irqfdMichael S. Tsirkin1-0/+16
2011-01-12KVM: Refactor IRQ names of assigned devicesJan Kiszka1-0/+1
2011-01-12KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka1-10/+2
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-1/+14
2011-01-12KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa1-0/+1
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti1-1/+4
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov2-0/+2
2011-01-12KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov2-0/+14
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov1-0/+31