Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-10 | XArray: Add calls to might_alloc() | Matthew Wilcox (Oracle) | 1 | -0/+2 | |
Catch bogus GFP flags deterministically, instead of occasionally when we actually have to allocate memory. Reported-by: Nikolay Borisov <[email protected]> Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> | |||||
2017-06-05 | tools/lib/lockdep: Remove private kernel headers | Levin, Alexander (Sasha Levin) | 2 | -0/+8 | |
Move to using tools/include/ instead. Signed-off-by: Sasha Levin <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> | |||||
2017-06-05 | tools/include: Add (mostly) empty include/linux/sched/mm.h | Levin, Alexander (Sasha Levin) | 1 | -0/+4 | |
Now required by liblockdep. Signed-off-by: Sasha Levin <[email protected]> [ Added header guard. ] Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> |