aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-26evm: do not use inode generation for special filesima-specialDmitry Kasatkin1-1/+5
2014-02-26ima: hook for integrity protection of symbolic linksDmitry Kasatkin2-2/+13
2014-02-26ima: special files integrity verification implementationDmitry Kasatkin8-31/+57
2014-02-26ima: provide buffer hash calculation functionDmitry Kasatkin2-1/+9
2014-02-26ima: revert iterate patch for 3.10 backportima-dirDmitry Kasatkin1-16/+12
2014-02-26ima: directory integrity protection implementationDmitry Kasatkin5-1/+373
2014-02-26ima: hooks for directory integrity protectionDmitry Kasatkin5-3/+73
2014-02-26ima: provide inode type information in auditDmitry Kasatkin1-0/+21
2014-02-26ima: export ima_alloc_tfm and ima_free_tfmDmitry Kasatkin2-2/+5
2014-02-26ima: export ima_fix_xattrDmitry Kasatkin2-2/+2
2014-02-26ima: export ima_shash_tfmDmitry Kasatkin2-1/+2
2014-02-26ima: pass dentry instead of fileDmitry Kasatkin3-5/+7
2014-02-26ima: use MAY_NOT_BLOCK flag to select memory allocation flagDmitry Kasatkin3-4/+5
2014-02-26evm: pre-allocate hmac algorithm to prevent deadlockimaDmitry Kasatkin1-0/+9
2014-02-26smack: fix key permission verificationDmitry Kasatkin1-1/+4
2014-02-25ima: path support for policy definitionDmitry Kasatkin3-3/+89
2014-02-25ima: assume that ima_get_action might return errorDmitry Kasatkin1-3/+3
2014-02-25ima: pass dentry argument to the policy functionDmitry Kasatkin5-15/+16
2014-02-25ima: use POST_SETATTR as glob functionDmitry Kasatkin1-2/+4
2014-02-25ima: return d_name.name if d_path failsDmitry Kasatkin2-7/+2
2014-02-25integrity: fix checkpatch errorsDmitry Kasatkin12-76/+75
2014-02-25ima: prevent dead lock when a file is opened for direct ioDmitry Kasatkin1-0/+7
2014-02-25ima: cleanup flags if no action is neededDmitry Kasatkin1-1/+2
2014-02-25X.509: Remove certificate date checksDmitry Kasatkin1-38/+0
2014-02-25ima: remove unneeded size_limit argument from ima_eventdigest_init_common()Roberto Sassu1-8/+6
2014-02-25ima: update IMA-templates.txt documentationMimi Zohar1-2/+4
2014-02-25ima: pass HASH_ALGO__LAST as hash algo in ima_eventdigest_init()Roberto Sassu1-2/+2
2014-02-25ima: change the default hash algorithm to SHA1 in ima_eventdigest_ng_init()Roberto Sassu1-1/+1
2014-02-25ima: properly free ima_template_entry structuresRoberto Sassu3-5/+19
2014-02-25ima: Do not free 'entry' before it is initializedChristoph Paasch1-1/+0
2014-02-25ima: store address of template_fmt_copy in a pointer before calling strsepRoberto Sassu1-2/+4
2014-02-25ima: make a copy of template_fmt in template_desc_init_fields()Roberto Sassu1-7/+14
2014-02-25ima: do not send field length to userspace for digest of ima templateRoberto Sassu3-5/+18
2014-02-25ima: do not include field length in template digest calc for ima templateRoberto Sassu3-6/+15
2014-02-25ima: extend the measurement list to include the file signatureMimi Zohar8-12/+73
2014-02-25ima: provide hash algo info in the xattrDmitry Kasatkin2-15/+59
2014-02-25ima: enable support for larger default filedata hash algorithmsMimi Zohar3-3/+64
2014-02-25ima: define kernel parameter 'ima_template=' to change configured defaultRoberto Sassu2-0/+36
2014-02-25ima: add Kconfig default measurement list templateMimi Zohar2-2/+27
2014-02-25ima: defer determining the appraisal hash algorithm for 'ima' templateRoberto Sassu1-1/+5
2014-02-25ima: add audit log support for larger hashesMimi Zohar1-1/+4
2014-02-25ima: switch to new template management mechanismRoberto Sassu5-97/+107
2014-02-25ima: define new template ima-ng and template fields d-ng and n-ngRoberto Sassu3-17/+150
2014-02-25ima: define template fields library and new helpersRoberto Sassu6-8/+242
2014-02-25ima: new templates management mechanismRoberto Sassu6-1/+235
2014-02-25ima: define new function ima_alloc_init_template() to APIRoberto Sassu3-39/+76
2014-02-25ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu4-10/+13
2014-02-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu3-5/+5
2014-02-25ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin3-5/+31
2014-02-25ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin2-6/+25
2014-02-25ima: provide dedicated hash algo allocation functionDmitry Kasatkin1-14/+29
2014-02-25ima: differentiate between template hash and file data hash sizesMimi Zohar6-12/+12
2014-02-25ima: use dynamically allocated hash storageDmitry Kasatkin4-30/+49
2014-02-25ima: pass full xattr with the signatureDmitry Kasatkin4-5/+7
2014-02-25ima: read and use signature hash algorithmDmitry Kasatkin6-25/+94
2014-02-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin7-32/+98
2014-02-25crypto: provide single place for hash algo informationDmitry Kasatkin5-0/+137
2014-02-25Revert "ima: policy for RAMFS"Mimi Zohar1-1/+0
2014-02-25ima: fix script messagesDmitry Kasatkin6-13/+13
2014-02-25Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells3-6/+6
2014-02-25evm: audit integrity metadata failuresMimi Zohar1-1/+14
2014-02-25integrity: move integrity_audit_msg()Mimi Zohar8-38/+41
2014-02-25tpm: move TPM_DIGEST_SIZE defintionMimi Zohar2-1/+2
2014-02-24exynos4-is: Register v4l2_async notifier only when sensors are availableSylwester Nawrocki1-10/+14
2014-02-24ARM: defconfig: Add tizen_odroidx2_defconfigMarek Szyprowski1-0/+2662
2014-02-24arm: dts: exynos4412-odroidx2: add HDMI devicesTomasz Stanislawski1-0/+60
2014-02-24dts: odroid x2: add support for multimedia blocksMarek Szyprowski1-2/+52
2014-02-21cpufreq: conservative: Provide correct pointer for conservative governorLukasz Majewski1-2/+3
2014-02-19boost: dts: trats2: Define boost_freq attribute for cpufreq nodeLukasz Majewski1-0/+1
2014-02-19cpufreq: dts: trats2: Remove redundant definitions of cpufreq nodeLukasz Majewski1-7/+1
2014-02-19cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis3-42/+8
2014-02-19clocksource: exynos4: Fix wrong bit operation in exynos4_mct_write()Jonghwa Lee1-2/+2
2014-02-19userns: Allow PR_CAPBSET_DROP in a user namespace.Eric W. Biederman1-1/+1
2014-02-18mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pagesBartlomiej Zolnierkiewicz2-3/+12
2014-02-18ARM: exynos: dts: cleanup the dts file for trats2Jaehoon Chung6-1522/+1602
2014-02-18arm: dts: cleanup entries for usb phy for Exynos4Marek Szyprowski10-68/+26
2014-02-14usb: gadget: Enable rndis in the slp gadget driverJacek Bukarewicz1-1/+1
2014-02-12arm: config: tizen: enable HDMI driversTomasz Stanislawski1-2/+4
2014-02-12arm: dts: exynos4412-slp-pq: add HDMI devicesTomasz Stanislawski1-0/+73
2014-02-12arm: dts: universal_c210: add HDMI devicesTomasz Stanislawski1-0/+53
2014-02-12arm: dts: exynos4: add HDMI devicesTomasz Stanislawski3-0/+43
2014-02-12arm: dts: exynos4: add i2c controller for HDMIPHYTomasz Stanislawski1-0/+16
2014-02-12drm: exynos: hdmi: add support for pixel clock limitationTomasz Stanislawski2-0/+12
2014-02-12drm: exynos: add compatibles for HDMI and Mixer chips and exynos4210 SoCTomasz Stanislawski2-0/+6
2014-02-12drm: exynos: migrate to Common Clock FrameworkTomasz Stanislawski2-16/+16
2014-02-12drm: exynos: hdmi: simplify extracting hpd-gpio from DTTomasz Stanislawski1-10/+4
2014-02-12drm: exynos: hdmi: use hdmiphy as PHYTomasz Stanislawski1-5/+6
2014-02-12clk: exynos4: enable clk_set_parent() propagation for sclk_hdmi and sclk_mixe...Tomasz Stanislawski1-2/+4
2014-02-12clk: propagate parent change up one levelTomasz Stanislawski2-0/+7
2014-02-12clk: exynos4: export sclk_hdmiphy clockTomasz Stanislawski2-2/+3
2014-02-12misc: add sii9234 driverTomasz Stanislawski3-0/+1084
2014-02-12phy: Add exynos-phy driverTomasz Stanislawski3-0/+158
2014-02-12tools: usb: aio example applicationsRobert Baldyga6-0/+1004
2014-02-12usb: gadget: f_fs: add aio supportRobert Baldyga1-26/+239
2014-02-12usb: gadget: f_fs: add poll for endpoint 0Robert Baldyga1-0/+42
2014-02-12usb: gadget: f_fs: fix setup request handlingRobert Baldyga2-2/+1
2014-02-12usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline functionMichal Nazarewicz2-10/+19
2014-02-12usb: gadget: functionfs: fix typo in the enum variableMichal Nazarewicz2-14/+14
2014-02-10cpufreq: boost: trats2: Define boost_freq attribute for cpufreq node.Lukasz Majewski1-0/+1
2014-02-10cpufreq: boost: Provide support for BOOST on linux-3.10-tizenLukasz Majewski3-2/+42
2014-02-10video: display: s6e8aa0: fix a erratum in gamma tableHyungwon Hwang1-1/+1
2014-02-10iio: ak8975: Add device nameBeomho Seo1-0/+1
2014-02-10iio: ak8975: Fix calculation formula for convert micro tesla to gauss unitBeomho Seo1-7/+9
2014-02-05pm: exynos: Skip re-enabling L2 cache for early waking-up.Jonghwa Lee1-4/+8
2014-02-04clk: exynos4: Keep 'chipid' clock enabledJonghwa Lee1-2/+4
2014-02-04Revert "WORKAROUND: Temporary workaround for Suspend-To-Ram."Jonghwa Lee1-1/+1
2014-01-27spec: add missing build dependences and output packages cleanup.Jacek Pielaszkiewicz1-9/+23
2014-01-23usb: gadget: eliminate memory leak in slp gadgetAndrzej Pietrasiewicz1-0/+2
2014-01-23usb: gadget: adapt slp to new interface of rndisAndrzej Pietrasiewicz1-19/+35
2014-01-22usb: gadget: temporarily turn off rndis from slp gadgetAndrzej Pietrasiewicz1-2/+5
2014-01-21tizen: packaging: support perf buildChanho Park1-0/+33
2014-01-21Add dependency on kernel package in kernel-devel package.Jacek Pielaszkiewicz1-0/+1
2014-01-20usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz1-1/+6
2014-01-20usb: gadget: FunctionFS: use consistent naming with regard to ffs_lockAndrzej Pietrasiewicz1-15/+15
2014-01-20usb: gadget: FunctionFS: staticize functions used only in f_fs.cAndrzej Pietrasiewicz2-4/+4
2014-01-20usb: gadget: code cleanupAndrzej Pietrasiewicz1-1/+1
2014-01-20usb: gadget: FunctionFS: dereference ffs_dev conditionallyAndrzej Pietrasiewicz1-4/+5
2014-01-20usb: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman2-2/+2
2014-01-20usb: gadget: should use u16 type variable to store MaxPowerDu, ChangbinX1-1/+1
2014-01-20usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria1-0/+1
2014-01-20usb: gadget: f_mass_storage: call try_to_freeze only when its safeGeorge Cherian1-11/+12
2014-01-20usb: gadget: zero: module parameters can be staticFengguang Wu1-3/+3
2014-01-20usb: gadget: mass storage: fix return of delayed statusPratyush Anand2-5/+1
2014-01-20usb: gadget: f_mass_storage: fix mass storage dependencyAndrzej Pietrasiewicz1-0/+1
2014-01-20usb: gadget: composite: reset delayed_status on reset_configMichael Grzeschik1-0/+1
2014-01-20usb: gadget: f_sourcesink: Fix sparse warningJingoo Han1-4/+4
2014-01-20usb: gadget: f_serial: Fix sparse warningJingoo Han1-1/+1
2014-01-20usb: gadget: f_phonet: Fix sparse warningJingoo Han1-1/+1
2014-01-20usb: gadget: f_obex: Fix sparse warningJingoo Han1-1/+1
2014-01-20usb: gadget: f_ncm: Fix sparse warningJingoo Han1-1/+1
2014-01-20usb: gadget: f_mass_storage: Fix sparse warningJingoo Han1-1/+1
2014-01-20usb: gadget: f_loopback: Fix sparse warningJingoo Han1-2/+2
2014-01-20usb: gadget: nokia: fix error recovery path for optional functionsAndrzej Pietrasiewicz1-3/+3
2014-01-20usb: gadget: f_fs: fix sparse warningFelipe Balbi1-1/+1
2014-01-20usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz4-1/+103
2014-01-20usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz3-134/+0
2014-01-20usb: gadget: g_ffs: convert to new interface of f_fsAndrzej Pietrasiewicz2-56/+96
2014-01-20usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz6-209/+435
2014-01-20usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz4-137/+314
2014-01-20usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz3-13/+35
2014-01-20usb: gadget: FunctionFS: Remove VLAIS usage from gadget codeAndrzej Pietrasiewicz1-40/+76
2014-01-20usb: gadget: rndis: merge u_rndis.ko with usb_f_rndis.koAndrzej Pietrasiewicz5-16/+26
2014-01-20usb: gadget: f_rndis: remove compatibility layerAndrzej Pietrasiewicz2-107/+1
2014-01-20usb: gadget: g_ffs: convert to new interface of f_rndisAndrzej Pietrasiewicz2-40/+66
2014-01-20usb: gadget: f_subset: remove compatibility layerAndrzej Pietrasiewicz2-62/+1
2014-01-20usb: gadget: g_ffs: convert to new interface of f_subsetAndrzej Pietrasiewicz2-22/+48
2014-01-20usb: gadget: f_ecm: remove compatibility layerAndrzej Pietrasiewicz2-74/+1
2014-01-20usb: gadget: g_ffs: convert to new interface of f_ecmAndrzej Pietrasiewicz2-14/+80
2014-01-20usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variableAndrzej Pietrasiewicz1-8/+5
2014-01-20usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz2-0/+9
2014-01-20usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsizeMichal Nazarewicz1-4/+19
2014-01-20usb: gadget: f_fs: remove loop from I/O functionMichal Nazarewicz1-54/+40
2014-01-20usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadgetDavid Cohen1-0/+20
2014-01-20usb: gadget: move bitflags to the end of usb_gadget structDavid Cohen1-9/+10
2014-01-20usb: gadget: f_sourcesink: add configfs supportAndrzej Pietrasiewicz5-5/+347
2014-01-20usb: gadget: f_loopback: add configfs supportAndrzej Pietrasiewicz5-2/+166
2014-01-20usb: gadget: factor out alloc_ep_reqAndrzej Pietrasiewicz8-49/+83
2014-01-20usb: gadget: composite: redirect setup requestsAndrzej Pietrasiewicz1-1/+15
2014-01-20usb: gadget: update some out of date commentsDan Carpenter2-2/+2
2014-01-20usb/gadget: f_mass_storage: use string literal as format in dev_set_nameAndrzej Pietrasiewicz1-1/+1
2014-01-20usb: gadget: f_mass_storage: style corrections, cleanup & simplificationAndrzej Pietrasiewicz1-19/+18
2014-01-20usb: gadget: storage_common: pass filesem to fsg_store_cdromAndrzej Pietrasiewicz3-13/+39
2014-01-20usb: gadget: storage_common: use strtobool instead of kstrtouintAndrzej Pietrasiewicz1-8/+8
2014-01-20usb: gadget: mass_storage: merge usb_f_mass_storage module with u_ms moduleAndrzej Pietrasiewicz2-10/+1
2014-01-20usb: gadget: f_mass_storage: remove compatibility layerAndrzej Pietrasiewicz2-152/+19
2014-01-20usb: gadget: multi: convert to new interface of f_mass_storageAndrzej Pietrasiewicz2-30/+83
2014-01-20usb: gadget: multi: convert to new interface of f_rndisAndrzej Pietrasiewicz2-24/+52
2014-01-20usb: gadget: multi: convert to new interface of f_ecmAndrzej Pietrasiewicz2-8/+61
2014-01-20usb: gadget: acm_ms: convert to new interface of f_mass_storageAndrzej Pietrasiewicz2-39/+75
2014-01-20usb: gadget: f_mass_storage: add configfs supportAndrzej Pietrasiewicz4-0/+419
2014-01-20usb: gadget: storage_common: add methods to show/store 'cdrom' and 'removable'Andrzej Pietrasiewicz2-0/+47
2014-01-20usb: gadget: storage_common: make attribute operations more genericAndrzej Pietrasiewicz3-41/+38
2014-01-20usb: gadget: mass_storage: convert to new interface of f_mass_storageAndrzej Pietrasiewicz4-27/+91
2014-01-20usb: gadget: f_mass_storage: convert to new function interface with backward ...Andrzej Pietrasiewicz7-22/+179
2014-01-20usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_comm...Andrzej Pietrasiewicz2-11/+23
2014-01-20usb: gadget: f_mass_storage: create fsg_common_set_inquiry_string for use in ...Andrzej Pietrasiewicz2-10/+22
2014-01-20usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_commo...Andrzej Pietrasiewicz2-91/+153
2014-01-20usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common...Andrzej Pietrasiewicz2-21/+32
2014-01-20usb: gadget: f_mass_storage: create lun handling helpers for use in fsg_commo...Andrzej Pietrasiewicz2-17/+71
2014-01-20usb: gadget: f_mass_storage: create fsg_common_set_num_buffers for use in fsg...Andrzej Pietrasiewicz2-26/+48
2014-01-20usb: gadget: f_mass_storage: create fsg_common_setup for use in fsg_common_initAndrzej Pietrasiewicz1-16/+24
2014-01-20usb: gadget: f_mass_storage: make sysfs interface optionalAndrzej Pietrasiewicz3-14/+59
2014-01-20usb: gadget: f_mass_storage: create _fsg_common_free_buffersAndrzej Pietrasiewicz1-9/+13
2014-01-20usb: gadget: f_mass_storage: use usb_gstrings_attachAndrzej Pietrasiewicz1-13/+12
2014-01-20usb: gadget: f_mass_storage: add a level of indirection for luns storageAndrzej Pietrasiewicz1-19/+41
2014-01-20usb: gadget: f_mass_storage: factor out a header fileAndrzej Pietrasiewicz2-110/+133
2014-01-20usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz8-291/+423
2014-01-20usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2014-01-20usb: gadget: zero: Add flexible auto remote wakeup test methodPeter Chen1-2/+23
2014-01-20usb: gadget: f_fs: fix error handlingRobert Baldyga1-0/+2
2014-01-20usb: g_ffs: fix compilation warningDavid Cohen1-0/+2
2014-01-20usb: gadget: f_mass_storage: reset endpoint driver data when disabledPeter Oh1-0/+2
2014-01-20usb: gadget: f_eem: Staticize eem_allocSachin Kamat1-1/+1
2014-01-20usb: gadget: f_ecm: Staticize ecm_allocSachin Kamat1-1/+1
2014-01-20usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()Chen Gang1-4/+4
2014-01-20usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter1-1/+1
2014-01-20USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman7-48/+43
2014-01-20driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman1-7/+21
2014-01-20sysfs.h: add __ATTR_RW() macroAndrzej Pietrasiewicz2-2/+2
2014-01-20usb: gadget: rndis: Staticize rndis_init()/rndis_exit()Jingoo Han1-2/+2