summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* acer-wmi: pr_<level> cleanupsJoe Perches2011-05-271-16/+16
* ibm_rtl: Remove warnings from casts of pointer to intJoe Perches2011-05-271-2/+2
* asus-wmi: Remove __init from asus_wmi_platform_initJoe Perches2011-05-271-1/+1
* Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-273-275/+50Star
|\
| * xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge2011-05-211-0/+2
| * Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge2011-05-201-138/+0Star
| * xen: use normal virt_to_machine for ptesJeremy Fitzhardinge2011-05-201-5/+5
| * xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge2011-05-202-60/+23Star
| * vmalloc: remove vmalloc_sync_all() from alloc_vm_area()Jeremy Fitzhardinge2011-05-201-4/+0Star
| * xen: condense everything onto xen_set_pteJeremy Fitzhardinge2011-05-201-46/+27Star
| * xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge2011-05-201-15/+11Star
| * xen: drop all the special iomap pte paths.Jeremy Fitzhardinge2011-05-201-25/+0Star
* | selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2011-05-272-11/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-2723-151/+203
|\ \
| * | Squashfs: update email addressPhillip Lougher2011-05-2623-24/+24
| * | Squashfs: add extra sanity checks at mount timePhillip Lougher2011-05-251-2/+16
| * | Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher2011-05-253-4/+25
| * | Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher2011-05-253-4/+30
| * | Squashfs: add sanity checks to id reading at mount timePhillip Lougher2011-05-254-6/+37
| * | Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher2011-05-251-0/+11
| * | Squashfs: reverse order of filesystem table readingPhillip Lougher2011-05-251-34/+37
| * | Squashfs: move table allocation into squashfs_read_table()Phillip Lougher2011-05-257-98/+44Star
* | | m68knommu: use generic find_next_bit_le()Akinobu Mita2011-05-271-44/+2Star
* | | s390: use asm-generic/bitops/le.hAkinobu Mita2011-05-271-35/+2Star
* | | arm: use asm-generic/bitops/le.hAkinobu Mita2011-05-271-38/+5Star
* | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-2724-126/+2Star
* | | bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-275-0/+29
* | | arch: add #define for each of optimized find bitopsAkinobu Mita2011-05-275-0/+36
* | | m68knommu: fix build error due to the lack of find_next_bit_le()Akinobu Mita2011-05-271-0/+44
* | | w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes2011-05-278-0/+1222
* | | w1: have netlink search update kernel listDavid Fries2011-05-273-5/+16
* | | w1: complete the 1-wire (w1) ds1wm driver search algorithmJean-François Dagenais2011-05-272-103/+220
* | | w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch supportJean-François Dagenais2011-05-274-0/+411
* | | w1: add 1-wire (w1) reset and resume command API supportJean-François Dagenais2011-05-272-0/+28
* | | kernel/profile.c: remove some duplicate code from profile_hits()Rakib Mullick2011-05-271-7/+9
* | | drivers/char/ppdev.c: put gotten port valueJulia Lawall2011-05-271-0/+1
* | | edac,rcu: use synchronize_rcu() instead of call_rcu()+rcu_barrier()Lai Jiangshan2011-05-274-55/+18Star
* | | pid: fix typo in function descriptionSisir Koppaka2011-05-271-1/+1
* | | fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns2011-05-271-0/+9
* | | drivers/char/mspec.c: use {k,v}zalloc to allocate memoryRakib Mullick2011-05-271-3/+2Star
* | | ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-273-86/+142
* | | fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering2011-05-272-3/+54
* | | proc: fix pagemap_read() error caseKOSAKI Motohiro2011-05-271-10/+9Star
* | | proc: put check_mem_permission after __get_free_page in mem_writeKOSAKI Motohiro2011-05-271-7/+9
* | | proc/stat: use defined macro KMALLOC_MAX_SIZEYuanhan Liu2011-05-271-3/+3
* | | proc: constify status arrayMike Frysinger2011-05-271-2/+2
* | | fs/proc: convert to kstrtoX()Alexey Dobriyan2011-05-272-11/+13
* | | coredump: add support for exe_file in core nameJiri Slaby2011-05-272-1/+40