| Commit message (Expand) | Author | Age | Files | Lines |
* | x86 efi: bugfix interrupt disabling sequence | Bart Kuivenhoven | 2013-09-30 | 1 | -15/+2 |
* | x86: EFI stub support for large memory maps | Linn Crosetto | 2013-09-30 | 1 | -61/+161 |
* | Merge branch 'arm/common' into next | Matt Fleming | 2013-09-25 | 6 | -567/+712 |
|\ |
|
| * | efi: resolve warnings found on ARM compile | Roy Franz | 2013-09-25 | 1 | -3/+1 |
| * | efi: Fix types in EFI calls to match EFI function definitions. | Roy Franz | 2013-09-25 | 1 | -6/+9 |
| * | efi: Renames in handle_cmdline_files() to complete generalization. | Roy Franz | 2013-09-25 | 1 | -46/+46 |
| * | efi: Generalize handle_ramdisks() and rename to handle_cmdline_files(). | Roy Franz | 2013-09-25 | 2 | -22/+38 |
| * | efi: Allow efi_free() to be called with size of 0 | Roy Franz | 2013-09-25 | 2 | -2/+4 |
| * | efi: use efi_get_memory_map() to get final map for x86 | Roy Franz | 2013-09-25 | 1 | -17/+5 |
| * | efi: generalize efi_get_memory_map() | Roy Franz | 2013-09-25 | 1 | -3/+11 |
| * | efi: Rename __get_map() to efi_get_memory_map() | Roy Franz | 2013-09-25 | 1 | -6/+6 |
| * | efi: Move unicode to ASCII conversion to shared function. | Roy Franz | 2013-09-25 | 2 | -37/+67 |
| * | efi: Generalize relocate_kernel() for use by other architectures. | Roy Franz | 2013-09-25 | 2 | -23/+63 |
| * | efi: Move relocate_kernel() to shared file. | Roy Franz | 2013-09-25 | 2 | -34/+35 |
| * | efi: Enforce minimum alignment of 1 page on allocations. | Roy Franz | 2013-09-25 | 1 | -0/+16 |
| * | efi: Rename memory allocation/free functions | Roy Franz | 2013-09-25 | 2 | -16/+17 |
| * | efi: Add system table pointer argument to shared functions. | Roy Franz | 2013-09-25 | 2 | -62/+72 |
| * | efi: Move common EFI stub code from x86 arch code to common location | Roy Franz | 2013-09-25 | 3 | -442/+464 |
| * | efi: Add proper definitions for some EFI function pointers. | Roy Franz | 2013-09-25 | 2 | -24/+34 |
| * | EFI stub documentation updates | Roy Franz | 2013-09-25 | 2 | -1/+1 |
* | | Merge branch 'arm/efi-stub' into next | Matt Fleming | 2013-09-05 | 5 | -159/+170 |
|\ \
| |/ |
|
| * | efi: x86: make efi_lookup_mapped_addr() a common function | Leif Lindholm | 2013-09-05 | 3 | -28/+35 |
| * | efi: x86: ia64: provide a generic efi_config_init() | Leif Lindholm | 2013-09-05 | 4 | -131/+134 |
| * | ia64: add early_memremap() alias for early_ioremap() | Leif Lindholm | 2013-09-05 | 1 | -0/+1 |
* | | efivars: Mark local function as static | Bojan Prtvar | 2013-09-05 | 1 | -1/+1 |
|/ |
|
* | Linux 3.11v3.11 | Linus Torvalds | 2013-09-02 | 1 | -1/+1 |
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2013-09-02 | 2 | -4/+4 |
|\ |
|
| * | [SCSI] pm80xx: fix Adaptec 71605H hang | Hans Verkuil | 2013-08-26 | 2 | -4/+4 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-09-02 | 1 | -2/+2 |
|\ \ |
|
| * | | x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM | Yinghai Lu | 2013-08-20 | 1 | -2/+2 |
* | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-09-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | dma/Kconfig: TI_EDMA needs to be boolean | Guenter Roeck | 2013-08-25 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-08-30 | 59 | -260/+590 |
|\ \ \ \ |
|
| * | | | | net: fec: fix time stamping logic after napi conversion | Richard Cochran | 2013-08-30 | 1 | -2/+1 |
| * | | | | net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay | Daniel Borkmann | 2013-08-30 | 1 | -1/+2 |
| * | | | | mISDN: return -EINVAL on error in dsp_control_req() | Dan Carpenter | 2013-08-30 | 1 | -1/+3 |
| * | | | | net: revert 8728c544a9c ("net: dev_pick_tx() fix") | Eric Dumazet | 2013-08-30 | 1 | -8/+3 |
| * | | | | Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa... | David S. Miller | 2013-08-30 | 1 | -3/+7 |
| * | | | | ipv4 tunnels: fix an oops when using ipip/sit with IPsec | Li Hongjun | 2013-08-30 | 2 | -7/+4 |
| * | | | | tipc: set sk_err correctly when connection fails | Erik Hugne | 2013-08-30 | 1 | -2/+2 |
| * | | | | tcp: tcp_make_synack() should use sock_wmalloc | Phil Oester | 2013-08-30 | 1 | -1/+1 |
| * | | | | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones | Linus Lüssing | 2013-08-30 | 5 | -93/+240 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-08-29 | 15 | -32/+86 |
| |\ \ \ \ |
|
| | * | | | | xfrm: Fix potential null pointer dereference in xdst_queue_output | Steffen Klassert | 2013-08-28 | 1 | -8/+1 |
| | * | | | | ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbs | Hannes Frederic Sowa | 2013-08-26 | 2 | -0/+4 |
| | * | | | | xfrm: revert ipv4 mtu determination to dst_mtu | Hannes Frederic Sowa | 2013-08-26 | 3 | -16/+6 |
| | * | | | | xfrm: choose protocol family by skb protocol | Hannes Frederic Sowa | 2013-08-19 | 2 | -3/+11 |
| | * | | | | ipv6: xfrm: dereference inner ipv6 header if encapsulated | Hannes Frederic Sowa | 2013-08-19 | 1 | -1/+3 |
| | * | | | | ipv6: wire up skb->encapsulation | Hannes Frederic Sowa | 2013-08-19 | 3 | -0/+16 |
| | * | | | | xfrm: introduce helper for safe determination of mtu | Hannes Frederic Sowa | 2013-08-14 | 5 | -12/+25 |