aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-22sysctl: protect poll() in entries that may go awayHEADmasterLucas De Marchi1-1/+16
2012-02-01sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman1-12/+12
2012-02-01sysctl: Comments to make the code clearer.Eric W. Biederman1-0/+16
2012-02-01sysctl: Correct error return from get_subdirEric W. Biederman1-1/+4
2012-02-01sysctl: An easier to read version of find_subdirEric W. Biederman1-3/+3
2012-01-30sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter1-1/+1
2012-01-30sysctl: remove an unused variableDan Carpenter1-2/+0
2012-01-24sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2-0/+18
2012-01-24sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2-92/+142
2012-01-24sysctl: Make the header lists per directory.Eric W. Biederman2-18/+12
2012-01-24sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman1-9/+11
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman3-27/+17
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2-104/+296
2012-01-24sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman1-1/+10
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2-202/+150
2012-01-24sysctl: Add a root pointer to ctl_table_setEric W. Biederman3-3/+8
2012-01-24sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman1-36/+62
2012-01-24sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman1-26/+76
2012-01-24sysctl: Normalize the root_table data structure.Eric W. Biederman1-4/+11
2012-01-24sysctl: Factor out insert_header and erase_headerEric W. Biederman1-3/+13
2012-01-24sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman1-8/+17
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2-9/+20
2012-01-24sysctl: A more obvious version of grab_header.Eric W. Biederman1-4/+4
2012-01-24sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2-12/+1
2012-01-24sysctl: Improve the sysctl sanity checksEric W. Biederman2-144/+86
2012-01-24sysctl: register only tables of sysctl filesEric W. Biederman2-19/+148
2012-01-24sysctl: Add ctl_table chains into cstring pathsEric W. Biederman1-0/+9
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2-10/+87
2012-01-24sysctl: Create local copies of directory names used in pathsEric W. Biederman1-3/+8
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman3-9/+10
2012-01-24sysctl: Implement retire_sysctl_setEric W. Biederman3-1/+6
2012-01-24sysctl: Make the directories have nlink == 1Eric W. Biederman1-1/+0
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman6-641/+625
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman4-12/+9
2012-01-24sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman2-59/+62
2012-01-24sysctl: remove impossible condition checkLucas De Marchi1-12/+2
2012-01-19Linux 3.3-rc1Linus Torvalds1-2/+2
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds9-104/+444
2012-01-19Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-7/+8
2012-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-40/+27
2012-01-19x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin1-0/+1
2012-01-19Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin9587-258975/+463528
2012-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-5/+8
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro1-14/+12
2012-01-19KEYS: Permit key_serial() to be called with a const key pointerDavid Howells1-1/+1
2012-01-19keys: fix user_defined key sparse messagesMimi Zohar1-3/+3
2012-01-19ima: fix cred sparse warningMimi Zohar1-1/+2
2012-01-18uml: fix compile for x86-64Linus Torvalds1-0/+5
2012-01-19MPILIB: Add a missing ENOMEM checkDavid Howells1-0/+2
2012-01-18Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-0/+4672
2012-01-18Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds51-1014/+829
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds182-795/+4824
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger2-0/+12
2012-01-18nvme: fix merge error due to change of 'make_request_fn' fn typeLinus Torvalds1-7/+1
2012-01-18xen: using EXPORT_SYMBOL requires including export.hStephen Rothwell1-0/+1
2012-01-18Merge branch 'for-linus/i2c-33' of git://git.fluff.org/bjdooks/linuxLinus Torvalds4-54/+119
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds56-679/+727
2012-01-18Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds5-7/+19
2012-01-18gpio: tps65910: Use correct offset for gpio initializationLaxman Dewangan1-1/+1
2012-01-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds62-1482/+1192
2012-01-18Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds6-0/+2193
2012-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-380/+429
2012-01-18Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown12-111/+345
2012-01-18acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi specTony Luck3-48/+234
2012-01-18Merge branch 'atomicio-remove' into releaseLen Brown5-25/+133
2012-01-18Merge branch 'apei' into releaseLen Brown11-55/+321
2012-01-17intel_idle: Split up and provide per CPU initialization funcThomas Renninger2-40/+49
2012-01-17ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2Thomas Renninger1-9/+8
2012-01-17tg3: Fix single-vector MSI-X codeMatt Carlson1-13/+14
2012-01-17openvswitch: Fix multipart datapath dumps.Ben Pfaff1-4/+3
2012-01-17ipv6: fix per device IP snmp countersEric Dumazet1-2/+2
2012-01-17Merge tag 'arm-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds19-40/+30
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds73-530/+1872
2012-01-17Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds5-79/+109
2012-01-17x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=nAl Viro1-0/+2
2012-01-17[libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks listBenjamin Larsson1-0/+7
2012-01-17[libata] add DVRTD08A and DVR-215 to NOSETXFER device quirk listVladimir LAVALLADE1-0/+2
2012-01-17[libata] pata_bf54x: Support sg list in bmdma transfer.Sonic Zhang1-79/+88
2012-01-17[libata] sata_fsl: fix the controller operating modeJerry Huang1-0/+11
2012-01-17[libata] enable ata port async suspendLin Ming1-0/+1
2012-01-17[media] as3645a: Fix compilation by including slab.hLaurent Pinchart1-0/+1
2012-01-17[media] s5p-fimc: Remove linux/version.h include from fimc-mdevice.cSachin Kamat1-1/+0
2012-01-17[media] s5p-mfc: Remove linux/version.h include from s5p_mfc.cSachin Kamat1-1/+0
2012-01-17[media] ds3000: using logical && instead of bitwise &Dan Carpenter1-1/+1
2012-01-17[media] v4l2-ctrls: make control names consistentHans Verkuil1-27/+27
2012-01-17[media] DVB: dib0700, add support for Nova-TD LEDsJiri Slaby2-1/+42
2012-01-17[media] DVB: dib0700, add corrected Nova-TD frontend_attachJiri Slaby1-2/+34
2012-01-17[media] DVB: dib0700, separate stk7070pd initializationJiri Slaby1-8/+14
2012-01-17[media] DVB: dib0700, move Nova-TD Stick to a separate setJiri Slaby1-5/+52
2012-01-17[media] : add MODULE_FIRMWARE to dib0700Patrick Boettcher1-0/+1
2012-01-17[media] DVB-CORE: remove superfluous DTV_CMDsPatrick Boettcher1-19/+0
2012-01-17[media] s5p-jpeg: adapt to recent videobuf2 changesMarek Szyprowski1-3/+4
2012-01-17[media] s5p-g2d: fixed a bug in controls setting functionKamil Debski1-0/+1
2012-01-17[media] s5p-mfc: Fix volatile controls setupKamil Debski1-1/+1
2012-01-17[media] drivers/media/video/s5p-mfc/s5p_mfc.c: adjust double testJulia Lawall1-1/+1
2012-01-17[media] drivers/media/video/s5p-fimc/fimc-capture.c: adjust double testJulia Lawall1-3/+4
2012-01-17[media] s5p-fimc: Fix incorrect control ID assignmentSachin Kamat1-3/+3
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds14-36/+50
2012-01-17gpio/it8761e: Restrict it8761e gpio driver to x86.Grant Likely1-0/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds43-500/+810
2012-01-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds18-542/+374
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-125/+110
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-921/+6949
2012-01-17x86, tsc: Fix SMI induced variation in quick_pit_calibrate()Linus Torvalds1-8/+6
2012-01-18integrity: digital signature config option name changeDmitry Kasatkin3-4/+4
2012-01-18lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE promptsDmitry Kasatkin1-3/+3
2012-01-18lib: MPILIB Kconfig description updateDmitry Kasatkin1-5/+3
2012-01-18lib: digital signature dependency fixDmitry Kasatkin1-1/+2
2012-01-18lib: digital signature config option name changeDmitry Kasatkin4-5/+5
2012-01-18encrypted-keys: fix rcu and sparse messagesMimi Zohar2-2/+2
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar4-4/+9
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells2-8/+18
2012-01-18TOMOYO: Accept \000 as a valid character.Tetsuo Handa1-3/+3
2012-01-17Fix compile breakage with kref.hJames Bottomley1-0/+1
2012-01-18security: update MAINTAINERS file with new git repoJames Morris1-1/+1
2012-01-17Merge branches 'for-33/i2c/eg20t' and 'for-33/i2c/omap' into for-linus/i2c-33Ben Dooks2-40/+100
2012-01-17i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-6/+6
2012-01-17i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+10
2012-01-17i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada1-1/+1
2012-01-17i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberFeng Tang1-1/+3
2012-01-17proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-17i2c: OMAP: Add DT support for i2c controllerBenoit Cousson2-35/+97
2012-01-17I2C: OMAP: NACK without STPJan Weitzel1-4/+2
2012-01-17I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring1-1/+1
2012-01-17vfs: remove printk from set_nlink()Miklos Szeredi1-3/+0
2012-01-17wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio1-0/+2
2012-01-17audit: no leading space in audit_log_d_path prefixKees Cook3-6/+6
2012-01-17audit: treat s_id as an untrusted stringKees Cook2-13/+18
2012-01-17audit: fix signedness bug in audit_log_execve_info()Xi Wang1-2/+2
2012-01-17audit: comparison on interprocess fieldsPeter Moody2-1/+62
2012-01-17audit: implement all object interfield comparisonsPeter Moody2-1/+38
2012-01-17audit: allow interfield comparison between gid and ogidEric Paris2-1/+8
2012-01-17audit: complex interfield comparison helperEric Paris1-11/+39
2012-01-17audit: allow interfield comparison in audit rulesEric Paris3-2/+37
2012-01-17Kernel: Audit Support For The ARM PlatformNathaniel Husted6-9/+25
2012-01-17audit: do not call audit_getname on errorEric Paris2-18/+13
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris3-4/+24
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris3-5/+5
2012-01-17audit: allow audit matching on inode gidEric Paris3-0/+14
2012-01-17audit: allow matching on obj_uidEric Paris3-0/+14
2012-01-17audit: remove audit_finish_fork as it can't be calledEric Paris3-24/+0
2012-01-17audit: reject entry,always rulesEric Paris1-2/+4
2012-01-17audit: inline audit_free to simplify the look of generic codeEric Paris3-4/+8
2012-01-17audit: drop audit_set_macxattr as it doesn't do anythingEric Paris1-2/+0
2012-01-17audit: inline checks for not needing to collect aux recordsEric Paris2-15/+23
2012-01-17audit: drop some potentially inadvisable likely notationsEric Paris1-6/+6
2012-01-17audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris1-5/+1
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris16-86/+72
2012-01-17audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris1-1/+3
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris26-74/+132
2012-01-17seccomp: audit abnormal end to a process due to seccompEric Paris3-21/+39
2012-01-17audit: check current inode and containing object when filtering on major and ...Eric Paris1-10/+14
2012-01-17audit: drop the meaningless and format breaking word 'user'Eric Paris1-1/+1
2012-01-17audit: dynamically allocate audit_names when not enough space is in the names...Eric Paris1-188/+215
2012-01-17audit: make filetype matching consistent with other filtersEric Paris2-12/+11
2012-01-17xfs: cleanup xfs_file_aio_writeChristoph Hellwig1-45/+37
2012-01-17xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig1-3/+4
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig5-92/+30
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig12-82/+56
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig4-9/+24
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig6-46/+76
2012-01-17xfs: make i_flags an unsigned longChristoph Hellwig1-1/+1
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig8-115/+81
2012-01-17inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter1-0/+1
2012-01-17net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław1-2/+3
2012-01-17net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings1-12/+19
2012-01-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2012-01-17cfq-iosched: fix use-after-free of cfqqJens Axboe1-4/+3
2012-01-17x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper1-2/+2
2012-01-17Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2012-01-17ACPI processor: Remove unneeded cpuidle_unregister_driver callThomas Renninger1-2/+0
2012-01-17intel idle: Make idle driver more robustThomas Renninger1-1/+2
2012-01-17intel_idle: Fix a cast to pointer from integer of different size warning in i...David Howells1-1/+1
2012-01-17ACPI: kernel-parameters.txt : Add intel_idle.max_cstateMasanari Iida1-0/+5
2012-01-17intel_idle: remove redundant local_irq_disable() callYanmin Zhang1-2/+1
2012-01-17Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-2/+21
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds7-17/+15
2012-01-17tty: remove unused tty_driver->termios_lockedKonstantin Khlebnikov1-1/+0
2012-01-17[media] dvb_frontend: Don't call get_frontend() if idleMauro Carvalho Chehab1-2/+8
2012-01-17Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call"Linus Torvalds1-1/+1
2012-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller20-112/+108
2012-01-17ASoC: Wait for WM8993 FLL to stabiliseMark Brown1-0/+6
2012-01-17caif: Remove bad WARN_ON in caif_devsjur.brandeland@stericsson.com1-7/+9
2012-01-17caif: Fix typo in Vendor/Product-ID for CAIF modemssjur.brandeland@stericsson.com1-1/+1
2012-01-17bnx2x: Disable AN KR work-around for BCM57810Yaniv Rosner1-1/+9
2012-01-17bnx2x: Remove AutoGrEEEn for BCM84833Yaniv Rosner1-6/+2
2012-01-17bnx2x: Remove 100Mb force speed for BCM84833Yaniv Rosner2-6/+21
2012-01-17bnx2x: Fix PFC setting on BCM57840Yaniv Rosner2-10/+13
2012-01-17bnx2x: Fix Super-Isolate mode for BCM84833Yaniv Rosner1-113/+137
2012-01-17net: fix some sparse errorsEric Dumazet6-21/+22
2012-01-17net: kill duplicate included headerShan Wei3-3/+0
2012-01-17net: sh-eth: Fix build error by the value which is not definedNobuhiro Iwamatsu1-1/+1
2012-01-17net: Use device model to get driver name in skb_gso_segment()Ben Hutchings1-4/+4
2012-01-17bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet1-2/+2
2012-01-17net: move sock_update_memcg outside of CONFIG_INETGlauber Costa1-1/+1
2012-01-17mwl8k: Fixing Sparse ENDIAN CHECK warningYogesh Ashok Powar1-1/+1
2012-01-17mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa1-2/+4
2012-01-17mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()Dan Carpenter1-1/+1