summaryrefslogtreecommitdiff
path: root/AUTHORS
blob: 2dd2697539d57ac6f3d38351435203fa66aed316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Maintainer:

 * Daniel Borkmann <borkmann@redhat.com>
 * Tobias Klauser <tklauser@distanz.ch>

Major contributors (> 30 commits):

 * Daniel Borkmann <borkmann@redhat.com>
 * Emmanuel Roullit <emmanuel.roullit@gmail.com>
 * Markus Amend <markus@netsniff-ng.org>
 * Tobias Klauser <tklauser@distanz.ch>
 * Christoph Jaeger <email@christophjaeger.info>
 * Herbert Haas <herbert@perihel.at>*

Minor contributors (<= 30 commits):

 * Peter Stuge <peter@stuge.se>
 * Scott Moeller <electronjoe@gmail.com>
 * Jesper Dangaard Brouer <brouer@redhat.com>
 * Jaroslav Škarvada <jskarvad@redhat.com>
 * Dennis Gilmore <dennis@ausil.us>
 * Dan Horák <dan@danny.cz>
 * Doug Burks <doug.burks@gmail.com>
 * Kartik Mistry <kartik@debian.org>
 * Ulrich Weber <uweber@astaro.com>
 * Teguh <info@egeektronic.com>
 * Markus Kötter <nepenthesdev@gmail.com>
 * Jim Binder <jbinder6342@gmail.com>
 * Ronald W. Henderson <rwhalb@nycap.rr.com>
 * Stefan Seering <sseerin@imn.htwk-leipzig.de>
 * Jon Schipp <jonschipp@gmail.com>
 * Sibir Chakraborty <sibir.chakraborty@gmail.com>

Notes:

The order of authors with > 30 commits listed here is sorted by contributions
from high to low through ``git log --no-merges $@ | grep Author: | \
cut -d: -f2 | cut -d\< -f1 | sort | uniq -c | sort -n -r''. The list of minor
contributors is currently unsorted and contains people who have contributed
code ``in some way'' (e.g. on the upstream or maintenance repositories), either
through Git or email.

Note that we have taken over the maintenance and further development of Herbert
Haas' mausezahn [ˈmauzəˌtsa:n] utility after he passed away in 2011. There were
no Git commit statistics available from the import of his project. The project
is currently in an experimental branch only, but will be fully integrated
soon. (*)

Want to join the core team? Submit enough great patches over a long time,
implement what's on the TODO file and show an ongoing, active interest in
supporting netsniff-ng. What's in for you? If you ever come to Switzerland,
you get a free beer on Daniel and you can meet some great people involved in
this project. ;)
stub FDT code, but inadvertently created an issue with such firmware, by moving some of the FDT manipulation to after the invocation of ExitBootServices(). Given that the stub's libfdt implementation uses the ordinary, accelerated string functions, which rely on hardware handling of unaligned accesses, manipulating the FDT with the MMU off may result in alignment faults. So fix the situation by moving the update_fdt_memmap() call into the callback function invoked by efi_exit_boot_services() right before it calls the ExitBootServices() UEFI service (which is arguably a better place for it anyway) Note that disabling the MMU in ExitBootServices() is not compliant with the UEFI spec, and carries great risk due to the fact that switching from cached to uncached memory accesses halfway through compiler generated code (i.e., involving a stack) can never be done in a way that is architecturally safe. Fixes: abfb7b686a3e ("efi/libstub/arm*: Pass latest memory map to the kernel") Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Tested-by: Riku Voipio <riku.voipio@linaro.org> Cc: <stable@vger.kernel.org> Cc: mark.rutland@arm.com Cc: linux-efi@vger.kernel.org Cc: matt@codeblueprint.co.uk Cc: leif.lindholm@linaro.org Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/1485971102-23330-2-git-send-email-ard.biesheuvel@linaro.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/silvermont/frontend.json')