Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
791875d16e2f6e2e5b90328ccac643f512ac76c4
791875d
rcu: Eliminate the unused __rcu_is_watching() function
by Paul E. McKenney
· 8 years ago
d0df7a3
rcu: Move rcupdate.h to new empty-function style
by Paul E. McKenney
· 8 years ago
c4cbf9f
rcu: Remove UINT_CMP_GE() and UINT_CMP_LT()
by Paul E. McKenney
· 8 years ago
cad7b38
rcu: Move torture-related definitions from rcupdate.h to rcu.h
by Paul E. McKenney
· 8 years ago
25c3632
rcu: Move expediting-related access/control out of rcupdate.h
by Paul E. McKenney
· 8 years ago
3caec62
rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h
by Paul E. McKenney
· 8 years ago
a68a2bb
rcu: Move docbook comments out of rcupdate.h
by Paul E. McKenney
· 8 years ago
aaaad0b
rcu: Flag need for rcu_node_tree.h and rcu_segcblist.h visibility
by Paul E. McKenney
· 8 years ago
6b5fc3a
rcu: Add memory barriers for NOCB leader wakeup
by Paul E. McKenney
· 8 years ago
511324e
rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE
by Paul E. McKenney
· 8 years ago
d7d34d5e
sched: Rely on synchronize_rcu_mult() de-duplication
by Paul E. McKenney
· 8 years ago
68ab0b4
rcu: Make synchronize_rcu_mult() check for duplicates
by Paul E. McKenney
· 8 years ago
a602538
srcu: Add DEBUG_OBJECTS_RCU_HEAD functionality
by Paul E. McKenney
· 8 years ago
d4efe6c
srcu: Shrink Tiny SRCU a bit
by Paul E. McKenney
· 8 years ago
07f6e64
srcu: Make SRCU be once again optional
by Paul E. McKenney
· 8 years ago
ea9b0c8
rcu: Add lockdep_assert_held() teeth to tree_plugin.h
by Paul E. McKenney
· 8 years ago
c0b334c
rcu: Add lockdep_assert_held() teeth to tree.c
by Paul E. McKenney
· 8 years ago
0c8e0e3
srcu: Print non-default exp_holdoff values at boot time
by Paul E. McKenney
· 8 years ago
b5815e6
srcu: Make exp_holdoff module parameter be static
by Paul E. McKenney
· 8 years ago
17c7798
rcu: Update rcu_bootup_announce_oddness()
by Paul E. McKenney
· 8 years ago
59d80fd
rcu: Print out rcupdate.c non-default boot-time settings
by Paul E. McKenney
· 8 years ago
f4687d2
rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()
by Paul E. McKenney
· 8 years ago
c75e9ca
doc: Take tail recursion into account in RCU requirements
by Paul E. McKenney
· 8 years ago
09f501a
srcu: Document auto-expediting requirement
by Paul E. McKenney
· 8 years ago
5d9853f
rcutorture: Add "git diff" output to testid.txt file
by Paul E. McKenney
· 8 years ago
820687a7b
rcuperf: Add writer_holdoff boot parameter
by Paul E. McKenney
· 8 years ago
b562b85
srcu-cbmc: Use /usr/bin/awk instead of /bin/awk
by Priyalee Kushwaha
· 8 years ago
492b95e
rcuperf: Set more user-friendly defaults
by Paul E. McKenney
· 8 years ago
3ddf20c
srcu: Shrink Tiny SRCU a bit more
by Paul E. McKenney
· 8 years ago
41f3648
rcutorture: Reduce CPUs dedicated to testing Classic SRCU
by Paul E. McKenney
· 8 years ago
1f4f6da
srcu: Make Classic and Tree SRCU announce themselves at bootup
by Paul E. McKenney
· 8 years ago
59ca3f9f
rcuperf: Add the ability to test tiny RCU flavors
by Paul E. McKenney
· 8 years ago
35bdc72
docs: Fix typo in Documentation/memory-barriers.txt
by Stan Drozd
· 8 years ago
6016ffc
atomics: Add header comment so spin_unlock_wait()
by Paul E. McKenney
· 8 years ago
79269ee
doc/atomic_ops: Clarify smp_mb__{before,after}_atomic()
by Paul E. McKenney
· 8 years ago
f60cb4d
rcuperf: Add test for dynamically initialized srcu_struct
by Paul E. McKenney
· 8 years ago
9895313
checkpatch: Remove checks for expedited grace periods
by Paul E. McKenney
· 8 years ago
dcfc315
rcu: Make sync_rcu_preempt_exp_done() return bool
by Paul E. McKenney
· 8 years ago
ced8d6f
rcuperf: Add a Kconfig-fragment file for Classic SRCU
by Paul E. McKenney
· 8 years ago
881ed59
rcuperf: Add ability to performance-test call_rcu() and friends
by Paul E. McKenney
· 8 years ago
e28371c
rcu: Remove obsolete reference to synchronize_kernel()
by Paul E. McKenney
· 8 years ago
1dcf280
rcuperf: Remove conflicting Kconfig options
by Paul E. McKenney
· 8 years ago
9683937
rcuperf: Defer expedited/normal check to end of test
by Paul E. McKenney
· 8 years ago
5b72f96
rcu: Complain if blocking in preemptible RCU read-side critical section
by Paul E. McKenney
· 8 years ago
881ec9d
srcu: Eliminate possibility of destructive counter overflow
by Paul E. McKenney
· 8 years ago
17ed2b6
rcutorture: Update test scenarios based on new Kconfig dependencies
by Paul E. McKenney
· 8 years ago
39687d6
rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* options
by Paul E. McKenney
· 8 years ago
f92c734
rcu: Prevent rcu_barrier() from starting needless grace periods
by Paul E. McKenney
· 8 years ago
c0ee450
rcutorture: Add a scenario for Classic SRCU
by Paul E. McKenney
· 8 years ago
23ca096
rcutorture: Add a scenario for Tiny SRCU
by Paul E. McKenney
· 8 years ago
3c52f26
rcutorture: Fix bug in reporting Kconfig mis-settings
by Paul E. McKenney
· 8 years ago
8d6dd65
rcutorture: Add three-level tree test for Tree SRCU
by Paul E. McKenney
· 8 years ago
27dc0b1
rcutorture: Add lockdep to one of the SRCU scenarios
by Paul E. McKenney
· 8 years ago
1123a60
srcu: Allow use of Classic SRCU from both process and interrupt context
by Paolo Bonzini
· 8 years ago
cdf7abc
srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context
by Paolo Bonzini
· 8 years ago
3c2993b
Linux 4.12-rc4
by Linus Torvalds
· 8 years ago
239e250
fs/ufs: Set UFS default maximum bytes per file
by Richard Narron
· 8 years ago
125f42b
Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 8 years ago
3c06e6c
Merge tag 'tty-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 8 years ago
e00811b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 8 years ago
9f03b2c
Merge tag 'rtc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 8 years ago
1f915b7
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
55cbdaf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
fc098af
Revert "tty: fix port buffer locking"
by Greg Kroah-Hartman
· 8 years ago
4f253e1
nfs: Mark unnecessarily extern functions as static
by Jan Kara
· 8 years ago
ea094f3
Merge tag 'hwmon-for-linus-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 8 years ago
cc54874
Merge tag 'for-linus-20170602' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
5f348fa
hwmon: (aspeed-pwm-tacho) make fan/pwm names start with index 1
by Stefan Schaeckeler
· 8 years ago
4d58e73
hwmon: (aspeed-pwm-tacho) Call of_node_put() on a node not claimed
by Stefan Schaeckeler
· 8 years ago
0fd5f22
Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 too
by Hans de Goede
· 8 years ago
8d4b313
Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry Trail
by Hans de Goede
· 8 years ago
eadcbfa
Merge tag 'v4.12-rc3' into for-linus
by Dmitry Torokhov
· 8 years ago
104c08b
Merge tag 'acpi-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
89af529
Merge tag 'pm-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
5a4829b
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 8 years ago
f219764
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
d6c9708
scripts/gdb: make lx-dmesg command work (reliably)
by André Draszik
· 8 years ago
864b9a3
mm: consider memblock reservations for deferred memory initialization sizing
by Michal Hocko
· 8 years ago
9a291a7
mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified
by James Morse
· 8 years ago
70feee0
mlock: fix mlock count can not decrease in race condition
by Yisheng Xie
· 8 years ago
30809f5
mm/migrate: fix refcount handling when !hugepage_migration_supported()
by Punit Agrawal
· 8 years ago
e209392
dax: fix race between colliding PMD & PTE entries
by Ross Zwisler
· 8 years ago
d0f0931d
mm: avoid spurious 'bad pmd' warning messages
by Ross Zwisler
· 8 years ago
c288983
mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks once
by Tetsuo Handa
· 8 years ago
ff5a201
pcmcia: remove left-over %Z format
by Nicolas Iooss
· 8 years ago
478fe30
slub/memcg: cure the brainless abuse of sysfs attributes
by Thomas Gleixner
· 8 years ago
57ddfda
initramfs: fix disabling of initramfs (and its compression)
by Florian Fainelli
· 8 years ago
4f4f2ba
mm: clarify why we want kmalloc before falling backto vmallock
by Michal Hocko
· 8 years ago
60b0a8c
frv: declare jiffies to be located in the .data section
by Matthias Kaehlcke
· 8 years ago
1bde33e
include/linux/gfp.h: fix ___GFP_NOLOCKDEP value
by Michal Hocko
· 8 years ago
a7306c3
ksm: prevent crash after write_protect_page fails
by Andrea Arcangeli
· 8 years ago
6031913
Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs'
by Rafael J. Wysocki
· 8 years ago
bb5710e
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 8 years ago
e6e6d07
Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
b939c51
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
65d0332
Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
60c42a3
Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
6f37fa4
Merge tag 'md/4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
bb32985
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
4635694
Merge tag 'drm-dp-quirk-for-v4.12-rc4' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
Next »