aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-12proc: Prototype for converting proc to work with multipe user namespaces.HEADmasterEric W. Biederman5-1/+109
2011-08-11ext4: Don't create inodes for users we can't represent on disk.Eric W. Biederman1-0/+3
2011-08-11ext4: Support specifying the usernamespace on mount.Eric W. Biederman1-0/+15
2011-08-11userns: Implement get_user_ns_by_fdEric W. Biederman2-0/+28
2011-08-11ns proc: Add support for the user namespaceEric W. Biederman3-0/+28
2011-08-11vfs: Add user namespace control of mounts.Eric W. Biederman4-9/+44
2011-08-11net: pass user_ns to cap_netlink_recv()Serge E. Hallyn13-23/+33
2011-08-11userns: net: make many network capable calls targetedSerge E. Hallyn18-51/+51
2011-08-11user_ns: target af_key capability checkSerge E. Hallyn1-1/+1
2011-08-11userns: make some net-sysfs capable calls targetedSerge E. Hallyn1-2/+2
2011-08-11net/core/scm.c: target capable() calls to user_ns owning the net_nsSerge E. Hallyn1-2/+2
2011-08-11net/core/scm.c: target capable() calls to user_ns owning the net_nsSerge E. Hallyn1-7/+34
2011-08-11user ns: convert ipv6 to targeted capabilitiesSerge E. Hallyn10-33/+40
2011-08-11af_netlink.c: make netlink_capable userns-awareSerge E. Hallyn1-2/+3
2011-08-11user namespace: use net->user_ns for some capable calls under net/Serge Hallyn2-8/+10
2011-08-11user namespace: make each net (net_ns) belong to a user_nsSerge E. Hallyn3-0/+7
2011-08-11userns: clamp down users of cap_raisedSerge E. Hallyn4-0/+14
2011-08-11user_ns: convert fs/attr.c to targeted capabilitiesSerge E. Hallyn1-7/+13
2011-08-11keyctl: check capabilities against key's user_nsSerge E. Hallyn1-2/+3
2011-08-11allow root in container to copy namespaces (v3)Serge E. Hallyn5-7/+13
2011-08-11add Documentation/namespaces/user_namespace.txtSerge E. Hallyn1-0/+107
2011-08-10Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-19/+50
2011-08-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds19-77/+99
2011-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds4-12/+33
2011-08-10EDAC: Correct Kconfig dependenciesBorislav Petkov1-3/+2
2011-08-11powerpc: Really fix build without CONFIG_PCIBenjamin Herrenschmidt1-1/+1
2011-08-10ARM: drop experimental status for ARM_PATCH_PHYS_VIRTRussell King1-2/+1
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen1-2/+21
2011-08-09cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder1-2/+4
2011-08-09Revert "memcg: get rid of percpu_charge_mutex lock"Michal Hocko1-2/+10
2011-08-09Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2011-08-09eCryptfs: Fix payload_len unitialized variable warningTyler Hicks1-1/+1
2011-08-09eCryptfs: fix compile errorRoberto Sassu1-1/+1
2011-08-09eCryptfs: Return error when lower file pointer is NULLTyler Hicks1-8/+10
2011-08-09slub: Fix partial count comparison confusionChristoph Lameter1-1/+1
2011-08-09Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+5
2011-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds27-6896/+6876
2011-08-09gma500: Fix clashes with DRM updatesAlan Cox2-24/+1
2011-08-09slub: fix check_bytes() for slub debuggingAkinobu Mita1-1/+1
2011-08-09slub: Fix full list corruption if debugging is onChristoph Lameter1-2/+4
2011-08-09ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correctDave Martin1-3/+11
2011-08-09ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned acces...Dave Martin1-12/+30
2011-08-09ARM: 7010/1: mm: fix invalid loop for poison_init_memJamie Iles1-1/+1
2011-08-09ARM: 7005/1: freshen up mm/proc-arm946.SBrian S. Julin1-1/+2
2011-08-09dmaengine: PL08x: Fix trivial build errorRussell King1-0/+1
2011-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+4
2011-08-08mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra1-2/+10
2011-08-08autofs4: fix debug printk warning uncovered by cleanupLinus Torvalds1-1/+1
2011-08-08autofs4: clean up uaotfs use of debug/info/warning printoutsLinus Torvalds1-18/+8
2011-08-08cred: use 'const' in get_current_{user,groups}Linus Torvalds1-2/+2
2011-08-08CRED: Restore const to current_cred()David Howells1-1/+1
2011-08-08Merge branch 'fix/asoc' into for-linusTakashi Iwai20-7081/+6810
2011-08-08Merge branch 'fix/kconfig' into for-linusTakashi Iwai8622-359803/+499463
2011-08-08sound: pss - don't use the deprecated function check_regionWang Shaoyan1-2/+4
2011-08-08ALSA: timer - Add NULL-check for invalid slave timerTakashi Iwai1-0/+3
2011-08-08ALSA: timer - Fix Oops at closing slave timerTakashi Iwai1-0/+2
2011-08-08Merge branch 'wm8996-rename' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai8836-390177/+529650
2011-08-08ASoC: Acknowledge WM8996 interrupts before acting on themMark Brown1-5/+4
2011-08-08ASoC: Rename WM8915 to WM8996Mark Brown10-6758/+6758
2011-08-08TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profileTetsuo Handa1-1/+4
2011-08-07Linux 3.1-rc1v3.1-rc1Linus Torvalds1-2/+2
2011-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+4
2011-08-07sh: Fix boot crash related to SCIRafael J. Wysocki1-1/+1
2011-08-07arm: remove stale export of 'sha_transform'Linus Torvalds1-3/+0
2011-08-07arm: remove "optimized" SHA1 routinesLinus Torvalds2-212/+1
2011-08-07fix rcu annotations noise in cred.hAl Viro1-5/+6
2011-08-07vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds1-2/+2
2011-08-07ALSA: Fix dependency of CONFIG_SND_TEA575XTakashi Iwai1-5/+5
2011-08-07ALSA: asihpi - use kzalloc()Thomas Meyer1-3/+2
2011-08-07Fix POSIX ACL permission checkAri Savolainen1-1/+1
2011-08-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds9-504/+617
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds4-34/+106
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2-18/+14
2011-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-453/+325
2011-08-06ore: Make ore its own moduleBoaz Harrosh3-1/+23
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh6-255/+295
2011-08-06exofs: ios: Move to a per inode components & device-tableBoaz Harrosh4-183/+218
2011-08-06exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh4-73/+79
2011-08-06exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh3-16/+38
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller14-361/+223
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller4-92/+102
2011-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-18/+14
2011-08-06Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-9/+14
2011-08-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds25-84/+799
2011-08-06Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-8/+7
2011-08-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-3/+7
2011-08-06savagedb: Fix typo causing regression in savage4 series video chip detectionJohn Stanley1-1/+1
2011-08-06CodingStyle: Document the exception of not splitting user-visible strings, fo...Josh Triplett1-16/+7
2011-08-06vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds1-1/+9
2011-08-06oom_ajd: don't use WARN_ONCE, just use printk_onceLinus Torvalds1-1/+1
2011-08-06lib/sha1: use the git implementation of SHA-1Mandeep Singh Baines2-55/+159
2011-08-06sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller1-2/+4
2011-08-06ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3Daniel Mack1-1/+1
2011-08-06ALSA: snd-usb: Fix uninitialized variable usageDaniel Mack1-1/+1
2011-08-05Merge branch 'battery' into releaseLen Brown1-3/+7
2011-08-05Battery: sysfs_remove_battery(): possible circular lockingSergey Senozhatsky1-3/+7
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman2-7/+13
2011-08-05PM / Domains: Fix pm_genpd_poweron()Rafael J. Wysocki1-2/+1
2011-08-05acer-wmi: support Lenovo ideapad S205 wifi switchLee, Chun-Yi1-2/+26
2011-08-05acerhdf.c: spaces in aliased changed to *Anton V. Boyarshinov1-6/+6
2011-08-05platform-drivers-x86: ideapad-laptop: add missing ideapad_input_exit in ideap...Axel Lin1-1/+2
2011-08-05x86 driver: fix typo in TDP override enablingJesse Barnes1-2/+2
2011-08-05Platform: fix samsung-laptop DMI identification for N150/N210/220/N230Thomas Courbon1-0/+10
2011-08-05dell-wmi: Add keys for Dell XPS L502XSeth Forshee1-0/+10
2011-08-05platform-drivers-x86: samsung-q10: make dmi_check_callback return 1Axel Lin1-1/+1
2011-08-05Platform: Samsung Q10 backlight driverFrederick van der Wyck3-0/+205
2011-08-05platform-drivers-x86: intel_scu_ipc: convert to DEFINE_PCI_DEVICE_TABLEAxel Lin1-1/+1
2011-08-05platform-drivers-x86: intel_rar_register: convert to DEFINE_PCI_DEVICE_TABLEAxel Lin1-3/+1
2011-08-05platform-drivers-x86: intel_menlow: add missing return AE_OK for intel_menlow...Axel Lin1-0/+2
2011-08-05platform-drivers-x86: intel_mid_thermal: fix memory leakAxel Lin1-7/+19
2011-08-05platform-drivers-x86: msi-wmi: add missing sparse_keymap_free in msi_wmi_init...Axel Lin1-0/+1
2011-08-05Samsung Laptop platform driver: support N510J Witteveen1-0/+10
2011-08-05asus-wmi: add uwb rfkill supportCorentin Chary1-0/+16
2011-08-05asus-wmi: add gps rfkill supportCorentin Chary1-0/+16
2011-08-05asus-wmi: add CWAP support and clarify the meaning of WAPF bitsCorentin Chary5-9/+35
2011-08-05asus-wmi: return proper value in store_cpufv()Corentin Chary1-2/+6
2011-08-05asus-wmi: check for temp1 presenceCorentin Chary1-1/+7
2011-08-05asus-wmi: add thermal sensorCorentin Chary1-0/+21
2011-08-05asus-wmi: add some device idsCorentin Chary1-0/+7
2011-08-05asus-wmi: fix keyboard backlight detectionCorentin Chary1-1/+2
2011-08-05asus-wmi: fix section mismatchCorentin Chary1-1/+1
2011-08-05asus-wmi: add keyboard backlight supportCorentin Chary1-17/+113
2011-08-05asus-wmi: second part of the version starts at 16 not 8Corentin Chary1-1/+1
2011-08-05asus-wmi: Enable autorepeat for hotkey input deviceSeth Forshee1-0/+1
2011-08-05eeepc-wmi: Add support for T101MT Home/Express Gate keySeth Forshee1-0/+26
2011-08-05asus-wmi: Add callback for hotkey filteringSeth Forshee2-1/+17
2011-08-05asus-wmi: fix hwmon/pwm1Corentin Chary1-4/+5
2011-08-05ideapad: add backlight driverIke Panhc1-6/+117
2011-08-05ideapad: let camera_power node invisiable if no cameraIke Panhc1-0/+18
2011-08-05ideapad: define cfg bits and create sysfs node for cfgIke Panhc2-16/+52
2011-08-05Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski2-1/+12
2011-08-05msi-laptop: add MSI U270 netbook to module alias and scm listLee, Chun-Yi1-0/+10
2011-08-05acer-wmi: Add support for Aspire 1830 wlan hotkeySeth Forshee1-0/+1
2011-08-05acerhdf: add support for Aspire 1810TZ BIOS v1.3314Julien Valroff1-0/+1
2011-08-05platform-drivers-x86: dell-laptop: Remove unneeded mutex_init() for buffer_mutexAxel Lin1-1/+0
2011-08-05acer-wmi: schedule threeg and interface sysfs for feature removalLee, Chun-Yi2-2/+20
2011-08-05Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds30-139/+753
2011-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds30-258/+661
2011-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds102-350/+615
2011-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2-1/+7
2011-08-05cifs: cope with negative dentries in cifs_get_rootJeff Layton1-0/+4
2011-08-05cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton1-12/+2
2011-08-05xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk1-0/+1
2011-08-05ipv6: check for IPv4 mapped addresses when connecting IPv6 socketsMax Matveev1-2/+9
2011-08-05ALSA: hda - Fix a complile warning in patch_via.cWang Shaoyan1-1/+1
2011-08-05mlx4: decreasing ref count when removing macYevgeny Petrilin1-3/+6
2011-08-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller20-6/+65
2011-08-05net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa1-9/+34
2011-08-05net: Cap number of elements for sendmmsgAnton Blanchard1-0/+3
2011-08-05net: sendmmsg should only return an error if no messages were sentAnton Blanchard1-24/+3
2011-08-05ALSA: hdspm - Fix uninitialized compile warningsTakashi Iwai1-6/+13
2011-08-05Revert "drm/i915: Try enabling RC6 by default (again)"Dave Airlie1-1/+1
2011-08-05sparc: Size mondo queues more sanely.David S. Miller1-7/+23
2011-08-05sparc: Access kernel TSB using physical addressing when possible.David S. Miller4-40/+85
2011-08-05ALSA: usb-audio - add quirk for Keith McMillen StringPortMiller Puckette1-0/+6
2011-08-05powerpc: Fix build without CONFIG_PCIBenjamin Herrenschmidt1-0/+2
2011-08-05powerpc/4xx: Fix build of PCI code on 405Benjamin Herrenschmidt1-2/+3
2011-08-04Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds1-1/+8
2011-08-05powerpc/pseries: Simplify vpa deregistration functionsAnton Blanchard3-18/+14
2011-08-05powerpc/pseries: Cleanup VPA registration and deregistration errorsAnton Blanchard3-19/+22
2011-08-05powerpc/pseries: Fix kexec on recent firmware versionsAnton Blanchard3-3/+14
2011-08-05MAINTAINERS: change maintainership of mpc5xxxAnatolij Gustschin1-2/+2
2011-08-05powerpc: Make KVM_GUEST default to nAnton Blanchard1-1/+1
2011-08-05powerpc/kvm: Fix build errors with older toolchainsNishanth Aravamudan1-2/+2
2011-08-05powerpc: Lack of ibm,io-events not that important!Anton Blanchard1-5/+3
2011-08-05powerpc: Move kdump default base address to half RMO size on 64bitAnton Blanchard2-13/+7
2011-08-05powerpc/perf: Disable pagefaults during callchain stack readDavid Ahern1-3/+17
2011-08-05ppc: Remove duplicate definition of PV_POWER7Peter Zijlstra1-1/+0
2011-08-05powerpc: pseries: Fix kexec on machines with more than 4TB of RAMAnton Blanchard1-1/+1
2011-08-05powerpc: Jump label misalignment causes oops at bootAnton Blanchard1-2/+0
2011-08-05powerpc: Clean up some panic messages in prom_initAnton Blanchard1-3/+5
2011-08-05powerpc: Fix device tree claim codeAnton Blanchard1-3/+3
2011-08-05powerpc: Return the_cpu_ spec from identify_cpuScott Wood1-5/+6
2011-08-05powerpc: mtspr/mtmsr should take an unsigned longScott Wood1-2/+5
2011-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-59/+36
2011-08-04Merge branch 'fixefi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds1-1/+1
2011-08-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-52/+131
2011-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds4-7/+26
2011-08-04cpuidle: Consistent spelling of cpuidle_idle_call()David Brown2-2/+2
2011-08-04efi: Fix argument types for SetVariable() for ia64Matthew Garrett1-1/+1
2011-08-04exofs: Fix truncate for the raid-groups caseBoaz Harrosh1-20/+53
2011-08-04exofs: Small cleanup of exofs_fill_superBoaz Harrosh1-4/+2
2011-08-04exofs: BUG: Avoid sbi reallocBoaz Harrosh2-24/+30
2011-08-04exofs: Remove pnfs-osd private definitionsBoaz Harrosh2-50/+1
2011-08-04nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4Boaz Harrosh1-5/+5
2011-08-04xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov1-5/+3
2011-08-04xen: Fix printk() format in xen/setup.cIgor Mammedov1-2/+2
2011-08-04 xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge1-1/+1
2011-08-04Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-150/+6
2011-08-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds4-9/+65
2011-08-04Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds24-141/+337
2011-08-04eisa/pci_eisa.c: fix BUG introduced by 005bdad7b80Arnaud Lacombe1-2/+2
2011-08-04ALSA: snd-usb: operate on given mixer interface onlyDaniel Mack2-12/+9
2011-08-04ALSA: snd-usb: avoid dividing by zero on invalid inputNicolai Krakowiak1-0/+5
2011-08-04ALSA: snd-usb: Accept UAC2 FORMAT_TYPE descriptors with bLength > 6Clemens Ladisch1-1/+1
2011-08-04drm/radeon: Extended DDC Probing for ECS A740GM-M DVI-D ConnectorThomas Reim1-0/+9
2011-08-04drm/radeon: Log Subsystem Vendor and Device InformationThomas Reim1-2/+3
2011-08-04drm/radeon: Extended DDC Probing for Connectors with Improperly Wired DDC Lin...Thomas Reim4-12/+80
2011-08-04drm: Separate EDID Header Check from EDID Block CheckThomas Reim2-6/+19
2011-08-04drm: Add NULL check about irq functionsJoonyoung Shim1-8/+15