Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
de1dee7820c44b1a5765265ed7ca8ee44f2367c1
/
include
1ae0681
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
by Tejun Heo
· 11 years ago
9f010c2
kernfs: implement kernfs_{de|re}activate[_self]()
by Tejun Heo
· 11 years ago
99177a3
kernfs: remove kernfs_addrm_cxt
by Tejun Heo
· 11 years ago
45a140e
kernfs: restructure removal path to fix possible premature return
by Tejun Heo
· 11 years ago
ae34372
kernfs: remove KERNFS_REMOVED
by Tejun Heo
· 11 years ago
a69d001
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
by Tejun Heo
· 11 years ago
ea1c472
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
by Tejun Heo
· 11 years ago
eb4c690
Revert "kobject: introduce kobj_completion"
by Greg Kroah-Hartman
· 11 years ago
5bd2010
Merge 3.13-rc5 into staging-next
by Greg Kroah-Hartman
· 11 years ago
1733348
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
8e321fe
aio/migratepages: make aio migrate pages sane
by Benjamin LaHaise
· 11 years ago
df36ac1
pstore: Don't allow high traffic options on fragile devices
by Luck, Tony
· 11 years ago
597d795
mm: do not allocate page->ptl dynamically, if spinlock_t fits to long
by Kirill A. Shutemov
· 11 years ago
41f1072
drivers: base: Add prototype declaration to the header file
by Rashika Kheria
· 11 years ago
ee53664
mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
by Kirill A. Shutemov
· 11 years ago
4203d0e
Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 11 years ago
58cac3f
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
95cadac
target/file: Update hw_max_sectors based on current block_size
by Nicholas Bellinger
· 11 years ago
86fbf16
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
af2c140
mm: numa: guarantee that tlb_flush_pending updates are visible before page table updates
by Mel Gorman
· 11 years ago
2084140
mm: fix TLB flush race between migration, and change_protection_range
by Rik van Riel
· 11 years ago
de466bd
mm: numa: avoid unnecessary disruption of NUMA hinting during migration
by Mel Gorman
· 11 years ago
c97102b
kexec: migrate to reboot cpu
by Vivek Goyal
· 11 years ago
35eecf0
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
dd05080
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
80b9bbe
kernfs: add kernfs_dir_ops
by Tejun Heo
· 11 years ago
2063d60
kernfs: mark static names with KERNFS_STATIC_NAME
by Tejun Heo
· 11 years ago
bb8b9d0
kernfs: add @mode to kernfs_create_dir[_ns]()
by Tejun Heo
· 11 years ago
189b84f
perf: Document the new transaction sample type
by Vince Weaver
· 11 years ago
4a251dd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
908bfda
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
9199c4c
Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 11 years ago
380108d
xen/block: Correctly define structures in public headers on ARM32 and ARM64
by Julien Grall
· 11 years ago
8d27637
Merge branch 'akpm' (fixes from Andrew)
by Linus Torvalds
· 11 years ago
3e1e4a5
mfd/rtc: s5m: fix register updating by adding regmap for RTC
by Krzysztof Kozlowski
· 11 years ago
386e790
include/linux/kernel.h: make might_fault() a nop for !MMU
by Axel Lin
· 11 years ago
f40386a
include/linux/hugetlb.h: make isolate_huge_page() an inline
by Naoya Horiguchi
· 11 years ago
0ca9fff
Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixes
by Dave Airlie
· 11 years ago
2208f65
Merge tag 'sound-3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
a0a9663
net: make neigh_priv_len in struct net_device 16bit instead of 8bit
by Sebastian Siewior
· 11 years ago
846f29a
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
11ec50c
word-at-a-time: provide generic big-endian zero_bytemask implementation
by Will Deacon
· 11 years ago
a5c21dc
dcache: allow word-at-a-time name hashing with big-endian CPUs
by Will Deacon
· 11 years ago
5dec682
Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 11 years ago
df23fc3
kernfs: s/sysfs/kernfs/ in constants
by Tejun Heo
· 11 years ago
c525aad
kernfs: s/sysfs/kernfs/ in various data structures
by Tejun Heo
· 11 years ago
adc5e8b
kernfs: drop s_ prefix from kernfs_node members
by Tejun Heo
· 11 years ago
324a56e
kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly
by Tejun Heo
· 11 years ago
a51d522
target: Remove write-only stats fields and lock from struct se_node_acl
by Roland Dreier
· 11 years ago
4bd7b51
micrel: add support for KSZ8041RNLI
by Sergei Shtylyov
· 11 years ago
9dbdb15
sched/fair: Rework sched_fair time accounting
by Peter Zijlstra
· 11 years ago
be5e610
math64: Add mul_u64_u32_shr()
by Peter Zijlstra
· 11 years ago
ba1f14f
sched: Remove PREEMPT_NEED_RESCHED from generic code
by Peter Zijlstra
· 11 years ago
9f70f46
sctp: properly latch and use autoclose value from sock to association
by Neil Horman
· 11 years ago
12663bf
net: unix: allow set_peek_off to fail
by Sasha Levin
· 11 years ago
503cf95
x86, build, icc: Remove uninitialized_var() from compiler-intel.h
by H. Peter Anvin
· 11 years ago
6733cf5
ALSA: compress: Fix 64bit ABI incompatibility
by Takashi Iwai
· 11 years ago
932e9de
ALSA: memalloc.h - fix wrong truncation of dma_addr_t
by Stefano Panella
· 11 years ago
13ccb93
Merge branch 'driver-core-linus' into driver-core-next
by Tejun Heo
· 11 years ago
77bd2ad
Merge tag 'pm-3.13-rc3-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
754ac45
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 11 years ago
b6db4eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
c1b96a2
[media] videobuf2: Add support for file access mode flags for DMABUF exporting
by Philipp Zabel
· 12 years ago
389a539
crypto: scatterwalk - Use sg_chain_ptr on chain entries
by Tom Lendacky
· 11 years ago
11e6a09
drm/vmwgfx: Add max surface memory param
by Jakob Bornecrantz
· 11 years ago
2d4d4a8
Merge tag 'staging-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 11 years ago
f64001e
Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 11 years ago
b19d69c
Merge tag 'usb-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
bba3a87
firmware: Introduce request_firmware_direct()
by Takashi Iwai
· 11 years ago
12205a4
Revert "cpufreq: suspend governors on system suspend/hibernate"
by Rafael J. Wysocki
· 11 years ago
4fc9bbf
PCI: Disable Bus Master only on kexec reboot
by Khalid Aziz
· 11 years ago
7adfff5
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 11 years ago
002acf1
Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
7f2cbdc
tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.
by Eric W. Biederman
· 11 years ago
1431fb3
xen-netback: fix fragment detection in checksum setup
by Paul Durrant
· 11 years ago
8e70300
Merge branches 'pm-epoll', 'pnp' and 'powercap'
by Rafael J. Wysocki
· 11 years ago
7cdcec9
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
29be634
Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
3b5a7ab
Input: add SW_MUTE_DEVICE switch definition
by Ping Cheng
· 11 years ago
09759d1
Merge tag 'sound-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
53c6de5
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
8ecffd7
Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 11 years ago
d644c02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
55ef003
Merge tag 'iio-fixes-for-3.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
by Greg Kroah-Hartman
· 11 years ago
d930f00
Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
by Mark Brown
· 11 years ago
95f19f6
epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled
by Amit Pundir
· 11 years ago
c9a9972
gpiolib: add missing declarations
by Alexandre Courbot
· 11 years ago
471e42a
usb: wusbcore: fix deadlock in wusbhc_gtk_rekey
by Thomas Pugliese
· 11 years ago
7ce5a27
Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."
by David S. Miller
· 11 years ago
751d17e
iio: hid-sensors: Fix power and report state
by Srinivas Pandruvada
· 11 years ago
9f740ff
HID: hid-sensor-hub: Add logical min and max
by Srinivas Pandruvada
· 11 years ago
8496e85
PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not present
by Rafael J. Wysocki
· 11 years ago
35773da
usb: xhci: Link TRB must not occur within a USB payload burst
by David Laight
· 11 years ago
a45299e
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
a0b57ca
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
e321ae4
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
5fc92de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
c727709
security: shmem: implement kernel private shmem inodes
by Eric Paris
· 11 years ago
23fd78d
KEYS: Fix multiple key add into associative array
by David Howells
· 11 years ago
98bf836
net/hsr: Support iproute print_opt ('ip -details ...')
by Arvid Brodin
· 11 years ago
Next »