summaryrefslogtreecommitdiffstats
path: root/kernel/bpf (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05ASoC: tegra: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-03-04ASoC: Remove snd_soc_jack_new()Lars-Peter Clausen1-20/+0
2015-03-04ASoC: tegra_wm8903: Register jacks at the card levelLars-Peter Clausen1-10/+8
2015-03-04ASoC: tegra_rt5677: Register jacks at the card levelLars-Peter Clausen1-8/+6
2015-03-04ASoC: tegra_rt5640: Register jacks at the card levelLars-Peter Clausen1-7/+3
2015-03-04ASoC: tegra_max98090: Register jacks at the card levelLars-Peter Clausen1-12/+10
2015-03-04ASoC: tegra_alc5632: Register jacks at the card levelLars-Peter Clausen1-5/+4
2015-03-04ASoC: tobermory: Register jacks at the card levelLars-Peter Clausen1-9/+4
2015-03-04ASoC: speyside: Register jacks at the card levelLars-Peter Clausen1-10/+4
2015-03-04ASoC: smartq: Register jacks at the card levelLars-Peter Clausen1-7/+4
2015-03-04ASoC: rx1950_uda1380: Register jacks at the card levelLars-Peter Clausen1-7/+2
2015-03-04ASoC: lowland: Register jacks at the card levelLars-Peter Clausen1-10/+4
2015-03-04ASoC: littlemill: Register jacks at the card levelLars-Peter Clausen1-6/+6
2015-03-04ASoC: h1980_uda1380: Register jacks at the card levelLars-Peter Clausen1-7/+2
2015-03-04ASoC: z2: Register jacks at the card levelLars-Peter Clausen1-7/+3
2015-03-04ASoC: ttc-dkb: Register jacks at the card levelLars-Peter Clausen1-9/+6
2015-03-04ASoC: palm27x: Register jacks at the card levelLars-Peter Clausen1-8/+3
2015-03-04ASoC: hx4700: Register jacks at the card levelLars-Peter Clausen1-8/+3
2015-03-04ASoC: rx51: Register jacks at the card levelLars-Peter Clausen1-3/+3
2015-03-04ASoC: omap-twl4030: Register jacks at the card levelLars-Peter Clausen1-8/+4
2015-03-04ASoC: omap-abe-twl6040: Register jacks at the card levelLars-Peter Clausen1-5/+5
2015-03-04ASoC: ams-deltea: Register jacks at the card levelLars-Peter Clausen1-2/+2
2015-03-04ASoC: mfld_machine: Register jacks at the card levelLars-Peter Clausen1-9/+4
2015-03-04ASoC: cht_bsw_rt5645: Register jacks at the card levelLars-Peter Clausen1-6/+6
2015-03-04ASoC: byt-max98090: Register jacks at the card levelLars-Peter Clausen1-8/+3
2015-03-04ASoC: broadwell: Register jacks at the card levelLars-Peter Clausen1-9/+3
2015-03-04ASoC: wm1133-ev: Register jacks at the card levelLars-Peter Clausen1-7/+5
2015-03-04ASoC: imx-es8328: Register jacks at the card levelLars-Peter Clausen1-3/+3
2015-03-04ASoC: simple-card: Register jacks at the card levelLars-Peter Clausen1-10/+10
2015-03-04ASoC: Allow to register jacks at the card levelLars-Peter Clausen2-19/+51
2015-03-04ASoC: sn95031: Pass CODEC to sn95031_jack_detection()Lars-Peter Clausen3-13/+17
2015-03-02ASoC: tegra: Add control for the Mic Jack pinTomeu Vizoso1-0/+1
2015-03-02ASoC: tegra: Add sink for the internal mic to tegra_max98090Tomeu Vizoso2-0/+3
2015-03-02ASoC: tegra: Expose Headphones pin to userspaceTomeu Vizoso1-0/+1
2015-02-23Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells1-1/+1
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2-12/+12
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2-8/+27
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2-1/+27