summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-111-0/+63
* net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov2014-06-111-13/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-041-2/+2
|\
| * netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-021-2/+2
* | net: filter: fix length calculation in BPF testsuiteChema Gonzalez2014-06-031-5/+16
* | net: filter: add test for loading SKF_AD_OFF limitsDaniel Borkmann2014-06-021-0/+22
* | net: filter: add slot overlapping test with fully filled M[]Daniel Borkmann2014-06-021-1/+74
* | net: Revert mlx4 cpumask changes.David S. Miller2014-06-021-64/+0Star
* | cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-021-0/+64
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-311-38/+46
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-271-38/+46
| |\ \
| | * | lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin2014-05-161-38/+46
* | | | net: filter: use block statements in tcpdump testsDaniel Borkmann2014-05-311-68/+75
* | | | net: filter: test fill/spill of all M[] regsDaniel Borkmann2014-05-311-0/+90
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-2/+2
|\ \ \ | | |/ | |/|
| * | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-061-2/+2
* | | net: filter: add test case for jump with holes and ret x variantsDaniel Borkmann2014-05-231-0/+94
* | | net: filter: improve test case frameworkDaniel Borkmann2014-05-231-155/+233
* | | net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-1/+1
* | | lib/test_bpf.c: don't use gcc union shortcutAndrew Morton2014-05-231-52/+52
* | | net: filter: cleanup invocation of internal BPFAlexei Starovoitov2014-05-211-2/+2
* | | net: fix test_bpf build to depend on NETRandy Dunlap2014-05-131-1/+1
* | | net: filter: additional BPF testsAlexei Starovoitov2014-05-121-0/+1224
* | | net: filter: BPF testsuiteAlexei Starovoitov2014-05-123-0/+336
|/ /
* / mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso2014-04-191-2/+1Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-10/+0Star
|\
| * get rid of DEBUG_WRITECOUNTAl Viro2014-04-021-10/+0Star
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-124-1/+74
|\ \
| * | audit: Add generic compat syscall supportAKASHI Takahiro2014-03-204-1/+74
* | | lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-04-091-1/+1
* | | percpu: add preemption checks to __this_cpu opsChristoph Lameter2014-04-081-4/+14
* | | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-083-6/+6
* | | initramfs: debug detected compression methodDaniel M. Weeks2014-04-081-0/+3
* | | lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-081-2/+2
* | | idr: remove dead codeStephen Hemminger2014-04-081-18/+2Star
* | | lib/decompress_inflate.c: include appropriate header fileRashika Kheria2014-04-041-0/+1
* | | lib/clz_ctz.c: add prototype declarations in lib/clz_ctz.cRashika Kheria2014-04-041-0/+7
* | | lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann2014-04-041-37/+39
* | | lib/devres.c: fix some sparse warningsSteven Rostedt2014-04-041-5/+7
* | | vsprintf: remove %n handlingRyan Mallon2014-04-041-36/+9Star
* | | lib/syscall.c: unexport task_current_syscall()Andrew Morton2014-04-041-1/+0Star
* | | kobject: don't block for each kobject_ueventVladimir Davydov2014-04-041-6/+36
* | | mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-041-14/+22
* | | lib: radix_tree: tree node interfaceJohannes Weiner2014-04-041-115/+148
* | | mm: filemap: move radix tree hole searching hereJohannes Weiner2014-04-041-75/+0Star
* | | lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2014-04-041-4/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-031-2/+8
|\ \ \
| * | | netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-011-2/+8
| | |/ | |/|
* | | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-021-0/+10
|\ \ \
| * | | idr: Add new function idr_is_empty()Andreas Gruenbacher2014-02-171-0/+10